CertTemplateRights Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: SysadminsLV.PKI.Security.AccessControl
| Member name | Value | Description | |
|---|---|---|---|
| FullControl | 256 | The caller has all permissions on the object. | |
| Read | 32 | The caller has read-only permissions on the object. | |
| Write | 64 | The caller has write permissions on the object. This includes object deletion permissions. | |
| Enroll | 67108864 | The caller can enroll a certificate. | |
| Autoenroll | 134217728 | The caller can autoenroll a certificate. |