Sdílet prostřednictvím


CryptoKeyAccessRule Konstruktory

Definice

Inicializuje novou instanci CryptoKeyAccessRule třídy .

Přetížení

CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType)

Inicializuje novou instanci CryptoKeyAccessRule třídy pomocí zadaných hodnot.

CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType)

Inicializuje novou instanci CryptoKeyAccessRule třídy pomocí zadaných hodnot.

CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType)

Inicializuje novou instanci CryptoKeyAccessRule třídy pomocí zadaných hodnot.

public:
 CryptoKeyAccessRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::CryptoKeyRights cryptoKeyRights, System::Security::AccessControl::AccessControlType type);
public CryptoKeyAccessRule (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.CryptoKeyRights cryptoKeyRights, System.Security.AccessControl.AccessControlType type);
new System.Security.AccessControl.CryptoKeyAccessRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.CryptoKeyRights * System.Security.AccessControl.AccessControlType -> System.Security.AccessControl.CryptoKeyAccessRule
Public Sub New (identity As IdentityReference, cryptoKeyRights As CryptoKeyRights, type As AccessControlType)

Parametry

identity
IdentityReference

Identita, na kterou se pravidlo přístupu vztahuje. Tento parametr musí být objekt, který lze přetypovat jako SecurityIdentifier.

cryptoKeyRights
CryptoKeyRights

Operace kryptografického klíče, ke které toto pravidlo přístupu řídí přístup.

type
AccessControlType

Platný typ řízení přístupu.

Platí pro

CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType)

Inicializuje novou instanci CryptoKeyAccessRule třídy pomocí zadaných hodnot.

public:
 CryptoKeyAccessRule(System::String ^ identity, System::Security::AccessControl::CryptoKeyRights cryptoKeyRights, System::Security::AccessControl::AccessControlType type);
public CryptoKeyAccessRule (string identity, System.Security.AccessControl.CryptoKeyRights cryptoKeyRights, System.Security.AccessControl.AccessControlType type);
new System.Security.AccessControl.CryptoKeyAccessRule : string * System.Security.AccessControl.CryptoKeyRights * System.Security.AccessControl.AccessControlType -> System.Security.AccessControl.CryptoKeyAccessRule
Public Sub New (identity As String, cryptoKeyRights As CryptoKeyRights, type As AccessControlType)

Parametry

identity
String

Identita, na kterou se pravidlo přístupu vztahuje.

cryptoKeyRights
CryptoKeyRights

Operace kryptografického klíče, ke které toto pravidlo přístupu řídí přístup.

type
AccessControlType

Platný typ řízení přístupu.

Platí pro