MicrosoftAccountAuthenticationOptions.BackchannelTimeout Property
Gets or sets timeout value in milliseconds for back channel communications with Microsoft.
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.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
MicrosoftAccountAuthenticationOptions Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top