CertificateTemplatePurpose Enumeration

Defines the purpose of the certificate template and private key.

Definition

Namespace: PKI.CertificateTemplates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public enum CertificateTemplatePurpose

Members

Encryption1 The private key is intended for encryption and decryption.
Signature2 The private key is intended for signing and non-repudiation only.
EncryptionAndSignature4 The private key is intended for both, encryption and signing operations.
SignatureAndSmartCardLogon8 The private key is intended for digital signature and smart card logon. No encryption operations are allowed.

See Also