TicketDataFormat Class¶
- Namespace
Microsoft.AspNetCore.Authentication
- Assemblies
- Microsoft.AspNetCore.Authentication
Inheritance Hierarchy¶
System.Object
Microsoft.AspNetCore.Authentication.SecureDataFormat{Microsoft.AspNetCore.Authentication.AuthenticationTicket}
Microsoft.AspNetCore.Authentication.TicketDataFormat
Syntax¶
public class TicketDataFormat : SecureDataFormat<AuthenticationTicket>, ISecureDataFormat<AuthenticationTicket>
-
class
Microsoft.AspNetCore.Authentication.
TicketDataFormat
Constructors¶
-
TicketDataFormat
(Microsoft.AspNetCore.DataProtection.IDataProtector)¶ public TicketDataFormat(IDataProtector protector)
-