TicketSerializer.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default implementation for TicketSerializer.
public:
static property Microsoft::AspNetCore::Authentication::TicketSerializer ^ Default { Microsoft::AspNetCore::Authentication::TicketSerializer ^ get(); };
public static Microsoft.AspNetCore.Authentication.TicketSerializer Default { get; }
static member Default : Microsoft.AspNetCore.Authentication.TicketSerializer
Public Shared ReadOnly Property Default As TicketSerializer