CspProviderInfoCollectionGetProviderInfo(String) Method
            Gets named registered Cryptographic Service Provider (CSP) or Key Storage Provider (KSP), its
            information and supported cryptographic algorithms.
            
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public static CspProviderInfo GetProviderInfo(
	string name
)
Public Shared Function GetProviderInfo ( 
	name As String
) As CspProviderInfo
public:
static CspProviderInfo^ GetProviderInfo(
	String^ name
)
static member GetProviderInfo : 
        name : string -> CspProviderInfo 
- name  String
- Cryptographic provider name.
CspProviderInfoSpecified provider information. Method returns null if provider is not found.