Share via


NamedKeyIssuerTokenResolver.SecurityKeys Property

Gets the named collection of SecurityKey(s).

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public ReadOnly Property SecurityKeys As IDictionary(Of String, IList(Of SecurityKey))
public IDictionary<string, IList<SecurityKey>> SecurityKeys { get; }
public:
property IDictionary<String^, IList<SecurityKey^>^>^ SecurityKeys {
    IDictionary<String^, IList<SecurityKey^>^>^ get ();
}
member SecurityKeys : IDictionary<string, IList<SecurityKey>> with get
function get SecurityKeys () : IDictionary<String, IList<SecurityKey>>

Property Value

Type: System.Collections.Generic.IDictionary<String, IList<SecurityKey>>
Returns IDictionary<TKey, TValue>.

.NET Framework Security

See Also

Reference

NamedKeyIssuerTokenResolver Class

System.IdentityModel.Tokens Namespace