<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.15.0" />

Microsoft.IdentityModel.Tokens.Experimental.IssuerValidationSource

public class IssuerValidationSource
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.

Represents the issuer validation source that has been matched with the configuration provided.

Represents the issuer validation source that has been matched with the validation parameters provided.

public static readonly IssuerValidationSource NotValidated

Represents the issuer validation source that has not been validated.

public string Name { get; }

The name of the issuer validation source.

public IssuerValidationSource(string name)

Initializes a new instance of IssuerValidationSource.