WsFederationAuthenticationOptions.BackchannelTimeout Property

 

Gets or sets timeout value in milliseconds for back channel communications.

Namespace:   Microsoft.Owin.Security.WsFederation
Assembly:  Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)

Syntax

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

Property Value

Type: System.TimeSpan

The back channel timeout in milliseconds.

See Also

WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top