TicketDataFormat Constructor (IDataProtector)
Namespace: Microsoft.Owin.Security.DataHandler
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public TicketDataFormat(
IDataProtector protector
)
public:
TicketDataFormat(
IDataProtector^ protector
)
new :
protector:IDataProtector -> TicketDataFormat
Public Sub New (
protector As IDataProtector
)
Parameters
- protector
Type: Microsoft.Owin.Security.DataProtection.IDataProtector
See Also
TicketDataFormat Class
Microsoft.Owin.Security.DataHandler Namespace
Return to top