Click or drag to resize

CertTemplateSecurityDescriptorAuditRuleType Property

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.

Namespace:  SysadminsLV.PKI.Security.AccessControl
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public override Type AuditRuleType { get; }

Return Value

Type: Type
The type of the object associated with the audit rules of this ObjectSecurity object.
See Also