Click or drag to resize

CertTemplateRights Enumeration

Contains certificate template permission enumeration.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  SysadminsLV.PKI.Security.AccessControl
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum CertTemplateRights
Members
  Member nameValueDescription
FullControl256 The caller has all permissions on the object.
Read32 The caller has read-only permissions on the object.
Write64 The caller has write permissions on the object. This includes object deletion permissions.
Enroll67108864 The caller can enroll a certificate.
Autoenroll134217728 The caller can autoenroll a certificate.
See Also