ValidatedToken Class
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.
Contains the results of successfully validating a SecurityToken.
public class ValidatedToken
type ValidatedToken = class
Public Class ValidatedToken
- Inheritance
-
ValidatedToken
Remarks
Creates an instance of ValidatedToken
Constructors
| Name | Description |
|---|---|
| ValidatedToken(SecurityToken, TokenHandler, ValidationParameters) |
Initializes a new instance of ValidatedToken. |
Properties
| Name | Description |
|---|---|
| ActorValidationResult |
The result of validating the actor. |
| Claims |
The Dictionary<TKey,TValue> created from the validated security token. |
| ClaimsIdentity |
The ClaimsIdentity created from the validated security token. |
| SecurityToken |
The SecurityToken that was validated. |
| TokenHandler |
The TokenHandler that was used to validate the token. |
| ValidatedAlgorithm |
The algorithm that was validated. |
| ValidatedAudience |
The audience that was validated. |
| ValidatedIssuer |
The issuer that was validated. Contains the source of the validation as well. |
| ValidatedLifetime |
The lifetime that was validated. |
| ValidatedSignatureKey |
The SecurityKey that was used to validate the signature. |
| ValidatedTokenType |
The token type that was validated. |
| ValidationParameters |
The ValidationParameters that were used to validate the token. |