RemoteAuthenticationOptions.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:
RemoteAuthenticationOptions.cs
Source:
RemoteAuthenticationOptions.cs

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

public:
 override void Validate();
public override void Validate ();
override this.Validate : unit -> unit
Public Overrides Sub Validate ()

Applies to

Validate(String)

Source:
RemoteAuthenticationOptions.cs
Source:
RemoteAuthenticationOptions.cs

Checks that the options are valid for a specific scheme

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

Parameters

scheme
String

The scheme being validated.

Applies to