Share via


AuthenticationSchemeOptions.Validate Method

Definition

Overloads

Name Description
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.

public:
 virtual void Validate();
public virtual void Validate();
abstract member Validate : unit -> unit
override this.Validate : unit -> unit
Public Overridable Sub Validate ()

Applies to

Validate(String)

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

Checks that the options are valid for a specific scheme

public:
 virtual void Validate(System::String ^ scheme);
public virtual void Validate(string scheme);
abstract member Validate : string -> unit
override this.Validate : string -> unit
Public Overridable Sub Validate (scheme As String)

Parameters

scheme
String

The scheme being validated.

Applies to