Click or drag to resize

CertTemplateSecurityDescriptor Properties

The CertTemplateSecurityDescriptor type exposes the following members.

Properties
  NameDescription
Public propertyAccessRightType
Gets the Type of the securable object associated with this ObjectSecurity object.
(Overrides ObjectSecurityAccessRightType.)
Public propertyAccessRuleType
Gets the Type of the object associated with the access rules of this ObjectSecurity object. The Type object must be an object that can be cast as a SecurityIdentifier object.
(Overrides ObjectSecurityAccessRuleType.)
Public propertyAreAccessRulesCanonical
Gets a Boolean value that specifies whether the access rules associated with this ObjectSecurity object are in canonical order.
(Inherited from ObjectSecurity.)
Public propertyAreAccessRulesProtected
Gets a Boolean value that specifies whether the Discretionary Access Control List (DACL) associated with this ObjectSecurity object is protected.
(Inherited from ObjectSecurity.)
Public propertyAreAuditRulesCanonical
Gets a Boolean value that specifies whether the audit rules associated with this ObjectSecurity object are in canonical order.
(Inherited from ObjectSecurity.)
Public propertyAreAuditRulesProtected
Gets a Boolean value that specifies whether the System Access Control List (SACL) associated with this ObjectSecurity object is protected.
(Inherited from ObjectSecurity.)
Public propertyAuditRuleType
Gets the Type object associated with the audit rules of this ObjectSecurity object. The Type object must be an object that can be cast as a SecurityIdentifier object.
(Overrides ObjectSecurityAuditRuleType.)
Public propertyDisplayName
Gets the display name of the certificate template.
Top
See Also