TicketDataFormat 클래스

정의

SecureDataFormat<TData> 보안을 AuthenticationTicket위한 instance.

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)
상속

생성자

TicketDataFormat(IDataProtector)

TicketDataFormat의 새 인스턴스를 초기화합니다.

메서드

Protect(TData)

지정된 data를 보호합니다.

(다음에서 상속됨 SecureDataFormat<TData>)
Protect(TData, String)

지정된 에 대해 지정된 datapurpose보호합니다.

(다음에서 상속됨 SecureDataFormat<TData>)
Unprotect(String)

지정된 protectedText을 보호 해제합니다.

(다음에서 상속됨 SecureDataFormat<TData>)
Unprotect(String, String)

지정된 purpose를 사용하여 지정된 protectedText 의 보호를 해제합니다.

(다음에서 상속됨 SecureDataFormat<TData>)

적용 대상