SecurityTokenRequirement.KeyUsage プロパティ

定義

セキュリティ トークンに関連付けられたキーの使用方法を示す値を取得または設定します。

public:
 property System::IdentityModel::Tokens::SecurityKeyUsage KeyUsage { System::IdentityModel::Tokens::SecurityKeyUsage get(); void set(System::IdentityModel::Tokens::SecurityKeyUsage value); };
public System.IdentityModel.Tokens.SecurityKeyUsage KeyUsage { get; set; }
member this.KeyUsage : System.IdentityModel.Tokens.SecurityKeyUsage with get, set
Public Property KeyUsage As SecurityKeyUsage

プロパティ値

セキュリティ トークンに関連付けられたキーの使用方法を示す SecurityKeyUsage。 既定値は Signature です。

注釈

KeyUsage プロパティ値は、プロパティ値のコレクションである Properties プロパティを取得することでもアクセスできます。 KeyUsage プロパティの値は、KeyUsageProperty プロパティの値に一致するインデックスに保存されます。

適用対象

こちらもご覧ください