OpenIdConnectOptions.SignedOutCallbackPath 屬性

定義

從識別提供者登出之後,應用程式基底路徑內的要求路徑會傳回使用者代理程式。 請參閱 從 http://openid.net/specs/openid-connect-session-1_0.html#RedirectionAfterLogout post_logout_redirect_uri。

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

屬性值

適用於