This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute]
public enum CertTemplateRights
<FlagsAttribute>
Public Enumeration CertTemplateRights
[FlagsAttribute]
public enum class CertTemplateRights
[<FlagsAttribute>]
type CertTemplateRights
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. |
FullControl | 256 | The caller has all permissions on the object. |
Enroll | 67,108,864 | The caller can enroll a certificate. |
Autoenroll | 134,217,728 | The caller can autoenroll a certificate. |