CryptoKeyAccessRule Oluşturucular

Tanım

CryptoKeyAccessRule sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType)

Belirtilen değerleri kullanarak sınıfının CryptoKeyAccessRule yeni bir örneğini başlatıyor.

CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType)

Belirtilen değerleri kullanarak sınıfının CryptoKeyAccessRule yeni bir örneğini başlatıyor.

CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType)

Belirtilen değerleri kullanarak sınıfının CryptoKeyAccessRule yeni bir örneğini başlatıyor.

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)

Parametreler

identity
IdentityReference

Erişim kuralının geçerli olduğu kimlik. Bu parametre, olarak değiştirilene bir nesne SecurityIdentifier olmalıdır.

cryptoKeyRights
CryptoKeyRights

Bu erişim kuralının erişim denetimine sahip olduğu şifreleme anahtarı işlemi.

type
AccessControlType

Geçerli erişim denetimi türü.

Şunlara uygulanır

CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType)

Belirtilen değerleri kullanarak sınıfının CryptoKeyAccessRule yeni bir örneğini başlatıyor.

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)

Parametreler

identity
String

Erişim kuralının geçerli olduğu kimlik.

cryptoKeyRights
CryptoKeyRights

Bu erişim kuralının erişim denetimine sahip olduğu şifreleme anahtarı işlemi.

type
AccessControlType

Geçerli erişim denetimi türü.

Şunlara uygulanır