RemoteAuthenticationOptions.BackchannelTimeout プロパティ

定義

リモート ID プロバイダーとのバック チャネル通信のタイムアウト値をミリ秒単位で取得または設定します。

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

プロパティ値

バック チャネルのタイムアウト。

適用対象