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