Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   Microsoft.Owin.Security.DataHandler.Serializer
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public byte[] Serialize(
    AuthenticationProperties model
)
public:
virtual array<unsigned char>^ Serialize(
    AuthenticationProperties^ model
) sealed
abstract Serialize : 
        model:AuthenticationProperties -> byte[]
override Serialize : 
        model:AuthenticationProperties -> byte[]
Public Function Serialize (
    model As AuthenticationProperties
) As Byte()
Parameters
- model
 Type: Microsoft.Owin.Security.AuthenticationProperties
Return Value
Type: System.Byte[]
Returns Byte.
Implements
IDataSerializer<TModel>.Serialize(TModel)
See Also
PropertiesSerializer Class
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top