TemplateRight Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: PKI.Security
Member name | Value | Description | |
---|---|---|---|
FullControl | 0 | The caller has all permissions on the object. | |
Read | 1 | The caller has read-only permissions on the object. | |
Write | 2 | The caller has write permissions on the object. This includes object deletion permissions. | |
Enroll | 3 | The caller can enroll a certificate. | |
Autoenroll | 4 | The caller can autoenroll a certificate. |