CryptographyTemplateSettingsCSPList Property

Note: This API is now obsolete.
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.

Definition

Namespace: PKI.CertificateTemplates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[ObsoleteAttribute("Use 'ProviderList' member instead.", true)]
public string[] CSPList { get; }

Property Value

String

See Also