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
Public Enumeration CertificateTemplatePurpose
public enum class CertificateTemplatePurpose
type CertificateTemplatePurpose
Members
| Member name | Value | Description |
---|
| 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.
|
See Also