CryptoKeyAccessRule コンストラクター

定義

CryptoKeyAccessRule クラスの新しいインスタンスを初期化します。

オーバーロード

CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType)

指定した値を使用して、CryptoKeyAccessRule クラスの新しいインスタンスを初期化します。

CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType)

指定した値を使用して、CryptoKeyAccessRule クラスの新しいインスタンスを初期化します。

CryptoKeyAccessRule(IdentityReference, CryptoKeyRights, AccessControlType)

指定した値を使用して、CryptoKeyAccessRule クラスの新しいインスタンスを初期化します。

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)

パラメーター

identity
IdentityReference

アクセス規則を適用する ID。 このパラメーターは SecurityIdentifierとしてキャスト可能なオブジェクトである必要があります。

cryptoKeyRights
CryptoKeyRights

このアクセス規則によってアクセスを制御する暗号化キー操作。

type
AccessControlType

有効なアクセス制御の種類。

適用対象

CryptoKeyAccessRule(String, CryptoKeyRights, AccessControlType)

指定した値を使用して、CryptoKeyAccessRule クラスの新しいインスタンスを初期化します。

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)

パラメーター

identity
String

アクセス規則が適用される ID。

cryptoKeyRights
CryptoKeyRights

このアクセス規則によってアクセスを制御する暗号化キー操作。

type
AccessControlType

有効なアクセス制御の種類。

適用対象