C# Класс System.Security.AccessControl.CryptoKeyAccessRule

Наследование: AccessRule
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CryptoKeyAccessRule ( IdentityReference identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal
CryptoKeyAccessRule ( string identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal

Описание методов

CryptoKeyAccessRule() публичный Метод

public CryptoKeyAccessRule ( IdentityReference identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal
identity System.Security.Principal.IdentityReference
cryptoKeyRights CryptoKeyRights
type AccessControlType
Результат System.Security.Principal

CryptoKeyAccessRule() публичный Метод

public CryptoKeyAccessRule ( string identity, CryptoKeyRights cryptoKeyRights, AccessControlType type ) : System.Security.Principal
identity string
cryptoKeyRights CryptoKeyRights
type AccessControlType
Результат System.Security.Principal