ISecurityTokenValidator Interface
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.
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 |