Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets timeout value in for back channel communications with the metadata endpoint.
Namespace: Microsoft.Owin.Security.ActiveDirectory
Assembly: Microsoft.Owin.Security.ActiveDirectory (in Microsoft.Owin.Security.ActiveDirectory.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.
See Also
ActiveDirectoryFederationServicesBearerAuthenticationOptions Class
Microsoft.Owin.Security.ActiveDirectory Namespace
Return to top