31 : base(identity, accessMask, isInherited, inheritanceFlags, propagationFlags, flags)
35 private static int AccessMaskFromRights(
CryptoKeyRights cryptoKeyRights)
37 return (
int)cryptoKeyRights;
PropagationFlags
Specifies how Access Control Entries (ACEs) are propagated to child objects. These flags are signific...
CryptoKeyRights
Specifies the cryptographic key operation for which an authorization rule controls access or auditing...
Represents an identity and is the base class for the T:System.Security.Principal.NTAccount and T:Syst...
CryptoKeyRights CryptoKeyRights
Gets the cryptographic key operation for which this audit rule generates audits.
Represents an audit rule for a cryptographic key. An audit rule represents a combination of a user's ...
CryptoKeyAuditRule(string identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags)
Initializes a new instance of the T:System.Security.AccessControl.CryptoKeyAuditRule class using the ...
Represents a user or group account.
CryptoKeyAuditRule(IdentityReference identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags)
Initializes a new instance of the T:System.Security.AccessControl.CryptoKeyAuditRule class using the ...
Represents a combination of a user’s identity and an access mask.
InheritanceFlags
Inheritance flags specify the semantics of inheritance for access control entries (ACEs).
AuditFlags
Specifies the conditions for auditing attempts to access a securable object.