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
アクセス規則を適用する 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
有効なアクセス制御の種類。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET