共用方式為


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

要套用存取規則的識別。 這個參數必須是可轉型成 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

要套用存取規則的識別。

cryptoKeyRights
CryptoKeyRights

這個存取規則控制存取的密碼編譯金鑰作業。

type
AccessControlType

有效的存取控制型別。

適用於