PropertiesDataFormat Constructor

Namespace:  Microsoft.Owin.Security.DataHandler
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public Sub New ( _
    protector As IDataProtector _
)
'Usage
Dim protector As IDataProtector 

Dim instance As New PropertiesDataFormat(protector)
public PropertiesDataFormat(
    IDataProtector protector
)
public:
PropertiesDataFormat(
    IDataProtector^ protector
)
new : 
        protector:IDataProtector -> PropertiesDataFormat
public function PropertiesDataFormat(
    protector : IDataProtector
)

Parameters

See Also

Reference

PropertiesDataFormat Class

Microsoft.Owin.Security.DataHandler Namespace