IssuerValidationSource 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.
Represents the source from which the token issuer was validated. i.e. whether the issuer was matched with the configuration provided or the validation parameters provided. If a custom issuer validation delegate is used, a custom validation source can be instantiated and used.
public class IssuerValidationSource
type IssuerValidationSource = class
Public Class IssuerValidationSource
- Inheritance
-
IssuerValidationSource
Constructors
| Name | Description |
|---|---|
| IssuerValidationSource(String) |
Initializes a new instance of IssuerValidationSource. |
Fields
| Name | Description |
|---|---|
| IssuerMatchedConfiguration |
Represents the issuer validation source that has been matched with the configuration provided. |
| IssuerMatchedValidationParameters |
Represents the issuer validation source that has been matched with the validation parameters provided. |
| NotValidated |
Represents the issuer validation source that has not been validated. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the issuer validation source. |
Methods
| Name | Description |
|---|---|
| ToString() |
The issuer validation source's string representation. |