CngKey.KeyUsage プロパティ

定義

キーで指定された暗号化操作を取得します。

public:
 property System::Security::Cryptography::CngKeyUsages KeyUsage { System::Security::Cryptography::CngKeyUsages get(); };
public System.Security.Cryptography.CngKeyUsages KeyUsage { get; }
public System.Security.Cryptography.CngKeyUsages KeyUsage { [System.Security.SecurityCritical] get; }
member this.KeyUsage : System.Security.Cryptography.CngKeyUsages
[<get: System.Security.SecurityCritical>]
member this.KeyUsage : System.Security.Cryptography.CngKeyUsages
Public ReadOnly Property KeyUsage As CngKeyUsages

プロパティ値

キーに対して許可される使用法を指定する列挙値のビットごとの組み合わせ。

属性

適用対象