ClaimsValidator 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.
An interface used to validate identity Claim.
public abstract class ClaimsValidator
type ClaimsValidator = class
Public MustInherit Class ClaimsValidator
- Inheritance
-
ClaimsValidator
- Derived
Constructors
ClaimsValidator() |
Methods
ValidateClaimsAsync(IList<Claim>) |
Validates a list of Claim and should throw an exception if the validation fails. |