CspProviderInfoCollection.GetProviderInfo Method

Enumerates registered Cryptographic Service Providers (CSP) and Key Storage Providers (KSP), their information and supported cryptographic algorithms.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public static CspProviderInfoCollection GetProviderInfo()

Return Value

CspProviderInfoCollection
A collection of registered providers.

Exceptions

PlatformNotSupportedException Current platform does not support key storage providers (prior to Windows Vista).

See Also