PropertiesSerializer.Deserialize Method (Byte[])
Namespace: Microsoft.Owin.Security.DataHandler.Serializer
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public AuthenticationProperties Deserialize(
byte[] data
)
public:
virtual AuthenticationProperties^ Deserialize(
array<unsigned char>^ data
) sealed
abstract Deserialize :
data:byte[] -> AuthenticationProperties
override Deserialize :
data:byte[] -> AuthenticationProperties
Public Function Deserialize (
data As Byte()
) As AuthenticationProperties
Parameters
- data
Type: System.Byte[]
Return Value
Type: Microsoft.Owin.Security.AuthenticationProperties
Returns AuthenticationProperties.
Implements
IDataSerializer<TModel>.Deserialize(Byte[])
See Also
PropertiesSerializer Class
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top