Click or drag to resize

CertificateTemplatePurpose Enumeration

Defines the purpose of the certificate template and private key.

Namespace:  PKI.CertificateTemplates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum CertificateTemplatePurpose
Members
  Member nameValueDescription
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