CspProviderInfoCollectionGetProviderInfo 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.0.1.0 (4.0.1.0)
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