Click or drag to resize

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

Return Value

Type: AuditRule
This method always throws exception.
Exceptions
ExceptionCondition
NotSupportedExceptionThe exception is thrown when the method is invoked.
Remarks
This member is not implemented.
See Also