CspProviderInfoCollectionGetProviderInfo Method (String) |
Gets named registered Cryptographic Service Provider (CSP) or Key Storage Provider (KSP), its
information and supported cryptographic algorithms.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax 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
Parameters
- name
- Type: SystemString
Cryptographic provider name.
Return Value
Type:
CspProviderInfoSpecified provider information. Method returns null if provider is not found.
Exceptions See Also