AuthenticationSchemeOptions.Validate Method

Definition

Overloads

Validate()

Check that the options are valid. Should throw an exception if things are not ok.

Validate(String)

Checks that the options are valid for a specific scheme

Validate()

Source:
AuthenticationSchemeOptions.cs
Source:
AuthenticationSchemeOptions.cs
Source:
AuthenticationSchemeOptions.cs

Check that the options are valid. Should throw an exception if things are not ok.

C#
public virtual void Validate ();

Applies to

ASP.NET Core 9.0 och andra versioner
Produkt Versioner
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

Validate(String)

Source:
AuthenticationSchemeOptions.cs
Source:
AuthenticationSchemeOptions.cs
Source:
AuthenticationSchemeOptions.cs

Checks that the options are valid for a specific scheme

C#
public virtual void Validate (string scheme);

Parameters

scheme
String

The scheme being validated.

Applies to

ASP.NET Core 9.0 och andra versioner
Produkt Versioner
ASP.NET Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0