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()
Public Shared Function GetProviderInfo As CspProviderInfoCollection
public:
static CspProviderInfoCollection^ GetProviderInfo()
static member GetProviderInfo : unit -> CspProviderInfoCollection
Return Value
Type:
CspProviderInfoCollectionA collection of registered providers.
Exceptions See Also