CertificateTemplatePurpose Enumeration
Defines the purpose of the certificate template and private key.
Namespace: SysadminsLV.PKI.ADCS.CertificateTemplatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public enum CertificateTemplatePurpose
Public Enumeration CertificateTemplatePurpose
public enum class CertificateTemplatePurpose
type CertificateTemplatePurpose
Encryption | 1 |
The private key is intended for encryption and decryption.
|
Signature | 2 |
The private key is intended for signing and non-repudiation only.
|
EncryptionAndSignature | 4 |
The private key is intended for both, encryption and signing operations.
|
SignatureAndSmartCardLogon | 8 |
The private key is intended for digital signature and smart card logon. No encryption operations are allowed.
|