Click or drag to resize

CertTemplateSecurityDescriptorAuditRuleFactory Method

This member is not implemented.

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

Parameters

identityReference
Type: System.Security.PrincipalIdentityReference
An IdentityReference object that represents a user account.
accessMask
Type: SystemInt32
An integer that specifies an access type.
isInherited
Type: SystemBoolean
True if the access rule is inherited; otherwise, False. This parameter is not used and is always set to False.
inheritanceFlags
Type: System.Security.AccessControlInheritanceFlags
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
Type: System.Security.AccessControlPropagationFlags
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
Type: System.Security.AccessControlAuditFlags
One of the AuditFlags values that specifies the type of auditing to perform.

Return Value

Type: 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
ExceptionCondition
NotSupportedExceptionThe exception is thrown when the method is invoked.
See Also