SecurityTokenRequirement.KeyType プロパティ

定義

セキュリティ トークンに関連付けられたキーの種類 (非対称または対称) を取得または設定します。

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

プロパティ値

セキュリティ トークンに関連付けられたキーの種類 (非対称または対称) を示す SecurityKeyType。 既定値は SymmetricKey です。

注釈

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

適用対象

こちらもご覧ください