次の方法で共有


EncryptedSecurityToken.SecurityKeys プロパティ

定義

セキュリティ トークンに関連付けられた暗号化キーを取得します。

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SecurityKey ^> ^ SecurityKeys { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SecurityKey ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> SecurityKeys { get; }
member this.SecurityKeys : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey>
Public Overrides ReadOnly Property SecurityKeys As ReadOnlyCollection(Of SecurityKey)

プロパティ値

セキュリティ トークンに関連付けられた一連のキー。

注釈

このプロパティは、SecurityToken から継承されています。

適用対象

こちらもご覧ください