Share via


OpenIdConnectOptions.RemoteSignOutPath 属性

定义

在此路径上收到的请求将导致中间件使用 SignInScheme 调用 SignOut。

public:
 property Microsoft::AspNetCore::Http::PathString RemoteSignOutPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString RemoteSignOutPath { get; set; }
member this.RemoteSignOutPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property RemoteSignOutPath As PathString

属性值

适用于