RemoteAuthenticationOptions.BackchannelTimeout Property

Definition

Gets or sets timeout value in milliseconds for back channel communications with the remote identity provider.

public:
 property TimeSpan BackchannelTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan BackchannelTimeout { get; set; }
member this.BackchannelTimeout : TimeSpan with get, set
Public Property BackchannelTimeout As TimeSpan

Property Value

The back channel timeout.

Applies to