ActiveDirectoryFederationServicesBearerAuthenticationOptions.BackchannelTimeout Property

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

'Declaration
Public Property BackchannelTimeout As TimeSpan 
    Get 
    Set
'Usage
Dim instance As ActiveDirectoryFederationServicesBearerAuthenticationOptions 
Dim value As TimeSpan 

value = instance.BackchannelTimeout

instance.BackchannelTimeout = value
public TimeSpan BackchannelTimeout { get; set; }
public:
property TimeSpan BackchannelTimeout {
    TimeSpan get ();
    void set (TimeSpan value);
}
member BackchannelTimeout : TimeSpan with get, set
function get BackchannelTimeout () : TimeSpan 
function set BackchannelTimeout (value : TimeSpan)

Property Value

Type: System.TimeSpan
The back channel timeout.

See Also

Reference

ActiveDirectoryFederationServicesBearerAuthenticationOptions Class

Microsoft.Owin.Security.ActiveDirectory Namespace