次の方法で共有


SimpleWebSecurityToken.SecurityKeys プロパティ

定義

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

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)

プロパティ値

ReadOnlyCollection<T>単純 Web トークンに関連付けられているキーのセットを格納する 型SecurityKeyの 。

適用対象