Click or drag to resize

CspProviderInfoCollectionGetProviderInfo Method

Enumerates registered Cryptographic Service Providers (CSP) and Key Storage Providers (KSP), their 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 CspProviderInfoCollection GetProviderInfo()

Return Value

Type: CspProviderInfoCollection
A collection of registered providers.
Exceptions
ExceptionCondition
PlatformNotSupportedException Current platform does not support key storage providers (prior to Windows Vista).
See Also