SecurityTokenRequirement.KeyType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セキュリティ トークンに関連付けられたキーの種類 (非対称または対称) を取得または設定します。
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 プロパティの値に一致するインデックスに保存されます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET