C# Class System.Security.AccessControl.CryptoKeyAccessRule

Inheritance: AccessRule
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
CryptoKeyAccessRule ( IdentityReference identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal
CryptoKeyAccessRule ( string identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal

Method Details

CryptoKeyAccessRule() public method

public CryptoKeyAccessRule ( IdentityReference identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal
identity System.Security.Principal.IdentityReference
cryptoKeyRights CryptoKeyRights
type AccessControlType
return System.Security.Principal

CryptoKeyAccessRule() public method

public CryptoKeyAccessRule ( string identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal
identity string
cryptoKeyRights CryptoKeyRights
type AccessControlType
return System.Security.Principal