OcspResponderSecurityDescriptorAuditRuleFactory 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
)
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
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:
AuditRuleThis method always throws exception.
Exceptions Exception | Condition |
---|
NotSupportedException | The exception is thrown when the method is invoked. |
Remarks This member is not implemented.
See Also