OpenIdConnectOptions.SignedOutCallbackPath プロパティ

定義

ID プロバイダーからサインアウトした後にユーザー エージェントが返されるアプリケーションのベース パス内の要求パス。

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

プロパティ値

適用対象