CryptographyTemplateSettingsProviderList Property
            Gets or sets a list of cryptographic service providers (CSPs) that are used to create the private key and public key.
            If the property is null, a client may use any CSP installed on the client system.
            
Namespace: PKI.CertificateTemplatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public string[] ProviderList { get; }
Public ReadOnly Property ProviderList As String()
	Get
public:
property array<String^>^ ProviderList {
	array<String^>^ get ();
}
member ProviderList : string[] with get
Property Value
String