System.Security.AccessControl.CryptoKeyAuditRule.CryptoKeyAuditRule C# (CSharp) Method

CryptoKeyAuditRule() public method

public CryptoKeyAuditRule ( IdentityReference identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags ) : System.Security.Principal
identity System.Security.Principal.IdentityReference
cryptoKeyRights CryptoKeyRights
flags AuditFlags
return System.Security.Principal
		public CryptoKeyAuditRule (IdentityReference identity,
					   CryptoKeyRights cryptoKeyRights,
					   AuditFlags flags)
			: base (identity, 0, false, InheritanceFlags.None, PropagationFlags.None, flags)
		{
			this.rights = cryptoKeyRights;
		}
		

Same methods

CryptoKeyAuditRule::CryptoKeyAuditRule ( string identity, CryptoKeyRights cryptoKeyRights, AuditFlags flags ) : System.Security.Principal
CryptoKeyAuditRule