CertSrvSecurityDescriptorAuditRuleFactory Method
This member is not implemented.
Namespace: SysadminsLV.PKI.Security.AccessControlAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public override AuditRule AuditRuleFactory(
IdentityReference identityReference,
int accessMask,
bool isInherited,
InheritanceFlags inheritanceFlags,
PropagationFlags propagationFlags,
AuditFlags flags
)
Public Overrides Function AuditRuleFactory (
identityReference As IdentityReference,
accessMask As Integer,
isInherited As Boolean,
inheritanceFlags As InheritanceFlags,
propagationFlags As PropagationFlags,
flags As AuditFlags
) As AuditRule
public:
virtual AuditRule^ AuditRuleFactory(
IdentityReference^ identityReference,
int accessMask,
bool isInherited,
InheritanceFlags inheritanceFlags,
PropagationFlags propagationFlags,
AuditFlags flags
) override
abstract AuditRuleFactory :
identityReference : IdentityReference *
accessMask : int *
isInherited : bool *
inheritanceFlags : InheritanceFlags *
propagationFlags : PropagationFlags *
flags : AuditFlags -> AuditRule
override AuditRuleFactory :
identityReference : IdentityReference *
accessMask : int *
isInherited : bool *
inheritanceFlags : InheritanceFlags *
propagationFlags : PropagationFlags *
flags : AuditFlags -> AuditRule
- 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.
AuditRuleThis method always throws exception.
This member is not implemented.