TicketDataFormat 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于 SecureDataFormat<TData> 保护 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)
- 继承
构造函数
TicketDataFormat(IDataProtector) |
初始化 TicketDataFormat 的新实例。 |
方法
Protect(TData) |
保护指定的 |
Protect(TData, String) |
保护为指定的 |
Unprotect(String) |
取消保护指定的 |
Unprotect(String, String) |
使用指定的 |