C# Class System.Security.AccessControl.CryptoKeyAccessRule

Inheritance: AccessRule
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

CryptoKeyAccessRule() public méthode

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