Share via


OpenIdConnectOptions.SignedOutCallbackPath Eigenschaft

Definition

Der Anforderungspfad innerhalb des Basispfads der Anwendung, in dem der Benutzer-Agent zurückgegeben wird, nachdem er sich vom Identitätsanbieter abgemeldet hat. Siehe post_logout_redirect_uri von http://openid.net/specs/openid-connect-session-1_0.html#RedirectionAfterLogout.

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

Eigenschaftswert

Gilt für: