WsFederationOptions.TokenHandlers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of ISecurityTokenValidator used to read and validate the SecurityTokens.
public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.TokenHandler> TokenHandlers { get; }
member this.TokenHandlers : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.TokenHandler>
Public ReadOnly Property TokenHandlers As ICollection(Of TokenHandler)