Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The following registry entries register the cryptographic service provider (CSP) with the operating system (OS).

Copy Code
[HKEY_LOCAL_MACHINE\Comm\Security\Crypto\Defaults\Provider\
CSP name]
	Image Path = REG_SZ: 
CSP DLL name
	Signature = REG_BINARY: 
digital signature
	Type = REG_DWORD: 
CSP Type

The CSP nameentry must be the textual name of the CSP. If Microsoft has signed the CSP, this name must exactly match the CSP name that was specified in the Export Compliance Certificate (ECC).

The CSP DLL nameentry must be set to the name of the CSP DLL. A fully qualified path, such as \Windows\Rsabase.dll, can also be specified here.

The CSP type entryis a DWORDvalue that corresponds to the CSP provider type.

The following example shows how to register a service provider with the OS.

Copy Code
[HKEY_LOCAL_MACHINE\Comm\Security\Crypto\Defaults\Provider\Microsoft
Base Cryptographic Provider v1.0]
	Image Path = REG_SZ:rsabase.dll
	Signature = REG_BINARY:
digital signature
	Type = REG_DWORD:0x1

See Also

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.