CryptographyTemplateSettingsCSPList 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.CertificateTemplates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string[] CSPList { get; }
Public ReadOnly Property CSPList As String()
Get
public:
property array<String^>^ CSPList {
array<String^>^ get ();
}
member CSPList : string[] with get
Property Value
Type:
StringSee Also