CryptoKeyAccessRule 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
有效的存取控制型別。