CspProviderInfoCollectionGetProviderInfo(String) Method
Gets named registered Cryptographic Service Provider (CSP) or Key Storage Provider (KSP), its
information and supported cryptographic algorithms.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public static CspProviderInfo GetProviderInfo(
string name
)
Public Shared Function GetProviderInfo (
name As String
) As CspProviderInfo
public:
static CspProviderInfo^ GetProviderInfo(
String^ name
)
static member GetProviderInfo :
name : string -> CspProviderInfo
- name String
- Cryptographic provider name.
CspProviderInfoSpecified provider information. Method returns null if provider is not found.