ISecurityTokenValidator Interface

Definition

ISecurityTokenValidator

public interface ISecurityTokenValidator
type ISecurityTokenValidator = interface
Public Interface ISecurityTokenValidator
Derived

Properties

CanValidateToken

Returns true if a token can be validated.

MaximumTokenSizeInBytes

Gets and sets the maximum size in bytes, that a will be processed.

Methods

CanReadToken(String)

Returns true if the token can be read, false otherwise.

ValidateToken(String, TokenValidationParameters, SecurityToken)

Validates a token passed as a string using TokenValidationParameters

Applies to