###User Defined Function###
_Crypt_Shutdown

###Description###
Uninitialize the Crypt library

###Syntax###
#include <Crypt.au3>
_Crypt_Shutdown (  )


###Parameters###
None.

###ReturnValue###
None.


###Remarks###
Calling this function is only needed if <a href="_Crypt_Startup.htm">_Crypt_Startup()</a> has been called.


###Related###
_Crypt_Startup


###See Also###
@@MsdnLink@@ CryptReleaseContext


###Example###
@@IncludeExample@@
