TicketDataFormat Class

Definition

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)

Protects the specified data.

(Inherited from SecureDataFormat<TData>)
Protect(TData, String)

Protects the specified data for the specified purpose.

(Inherited from SecureDataFormat<TData>)
Unprotect(String)

Unprotects the specified protectedText.

(Inherited from SecureDataFormat<TData>)
Unprotect(String, String)

Unprotects the specified protectedText using the specified purpose.

(Inherited from SecureDataFormat<TData>)

Applies to