SimpleWebSecurityToken.SecurityKeys Property

Definition

Gets the cryptographic keys associated with the security token.

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)

Property Value

A ReadOnlyCollection<T> of type SecurityKey that contains the set of keys associated with the Simple Web Token.

Applies to