PrivateKey.ProviderName property

[The ProviderName 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 ProviderName property retrieves the name of the cryptographic service provider (CSP).

Syntax

PrivateKey.ProviderName As String

Property value

A string that contains the name of the CSP.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

PrivateKey