Click or drag to resize

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
)

Parameters

name
Type: SystemString
Cryptographic provider name.

Return Value

Type: CspProviderInfo
Specified provider information. Method returns null if provider is not found.
Exceptions
ExceptionCondition
PlatformNotSupportedException Current platform does not support key storage providers (prior to Windows Vista).
See Also