PrivateKey.ProviderType property
[The ProviderType property is available for use in the operating systems specified in the Requirements section. Instead, use the X509Certificate2.PrivateKey Property in the System.Security.Cryptography.X509Certificates namespace.]
The ProviderType property retrieves a value of the CAPICOM_PROV_TYPE enumeration that specifies the type of provider.
Syntax
PrivateKey.ProviderType As CAPICOM_PROV_TYPE
Property value
A value of the CAPICOM_PROV_TYPE enumeration that indicates the type of provider. The following table shows the possible values.
Value | Meaning |
---|---|
|
The full RSA cryptographic service provider (CSP). This provider type supports both digital signatures and data encryption. |
|
The subset of the RSA CSP that supports only those functions and algorithms required for hashes and digital signatures. |
|
The Digital Signature Standard (DSS) CSP. This provider type supports only hashes and digital signatures. DSS uses the Digital Signature Algorithm (DSA). |
|
The CSP that contains the cryptographic protocols and algorithms owned by the National Institute of Standards and Technology (NIST). |
|
The CSP designed for the cryptographic needs of the Microsoft Exchange mail application and other applications compatible with Microsoft Mail. |
|
The CSP that supports the Secure Sockets Layer (SSL) protocol. |
|
The CSP that supports both RSA and Schannel protocols. |
|
The CSP that supports both Digital Signature Standard (DSS) and Diffie-Hellman protocols. |
|
The CSP that supports the Elliptic Curve Digital Signature Algorithm (ECDSA) functions and algorithms required for digital signatures. |
|
The CSP that supports the Elliptic Curve Nyberg-Rueppel Analog (ECNRA) functions and algorithms required for digital signatures. |
|
The CSP that supports the full ECDSA. |
|
The CSP that supports the full ECNRA. |
|
The CSP that supports both Diffie-Hellman and Schannel protocols. |
|
The CSP that supports the SPYRUS LYNKS Card device. |
|
The CSP that handles random number generation. |
|
The CSP that provides Intel security. |
|
The CSP that supports replacement of the manner in which one-way formats (OWFs) are generated from passwords. |
|
The CSP that supports both digital signatures and data encryption using the Advanced Encryption Standard (AES) algorithm. |
Requirements
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|
See also