TicketDataFormat Class
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.
A SecureDataFormat<TData> instance to secure AuthenticationTicket.
public ref class TicketDataFormat : Microsoft::AspNetCore::Authentication::SecureDataFormat<Microsoft::AspNetCore::Authentication::AuthenticationTicket ^>
public class TicketDataFormat : Microsoft.AspNetCore.Authentication.SecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationTicket>
type TicketDataFormat = class
inherit SecureDataFormat<AuthenticationTicket>
Public Class TicketDataFormat
Inherits SecureDataFormat(Of AuthenticationTicket)
- Inheritance
Constructors
TicketDataFormat(IDataProtector) |
Initializes a new instance of TicketDataFormat. |
Methods
Protect(TData, String) |
Protects the specified |
Protect(TData) |
Protects the specified |
Unprotect(String, String) |
Unprotects the specified |
Unprotect(String) |
Unprotects the specified |