CookieAuthenticationDefaults.LogoutPath Field

Definition

The default value used by CookieAuthenticationMiddleware for the CookieAuthenticationOptions.LogoutPath

public: static initonly Microsoft::AspNetCore::Http::PathString LogoutPath;
public static readonly Microsoft.AspNetCore.Http.PathString LogoutPath;
 staticval mutable LogoutPath : Microsoft.AspNetCore.Http.PathString
Public Shared ReadOnly LogoutPath As PathString 

Field Value

Applies to