CertTemplateSecurityDescriptorAuditRuleFactory Method

This member is not implemented.

Definition

Namespace: SysadminsLV.PKI.Security.AccessControl
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public override AuditRule AuditRuleFactory(
	IdentityReference identityReference,
	int accessMask,
	bool isInherited,
	InheritanceFlags inheritanceFlags,
	PropagationFlags propagationFlags,
	AuditFlags flags
)

Parameters

identityReference  IdentityReference
An IdentityReference object that represents a user account.
accessMask  Int32
An integer that specifies an access type.
isInherited  Boolean
True if the access rule is inherited; otherwise, False. This parameter is not used and is always set to False.
inheritanceFlags  InheritanceFlags
One of the InheritanceFlags values that specifies how to propagate access masks to child objects. This parameter is not used and is always set to None.
propagationFlags  PropagationFlags
One of the PropagationFlags values that specifies how to propagate Access Control Entries (ACEs) to child objects. This parameter is not used and is always set to None.
flags  AuditFlags
One of the AuditFlags values that specifies the type of auditing to perform.

Return Value

AuditRule

[Missing <returns> documentation for "M:SysadminsLV.PKI.Security.AccessControl.CertTemplateSecurityDescriptor.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)"]

Exceptions

NotSupportedExceptionThe exception is thrown when the method is invoked.

See Also