CertificateTemplatePurpose Enumeration
            Defines the purpose of the certificate template and private key.
            
Namespace: PKI.CertificateTemplatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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. |