PropertiesSerializer.Serialize Method

Definition

Overloads

Serialize(AuthenticationProperties)

Serializes the specified model.

Serialize(AuthenticationProperties)

Serialize(AuthenticationProperties)

Source:
PropertiesSerializer.cs
Source:
PropertiesSerializer.cs

Serializes the specified model.

public:
 virtual cli::array <System::Byte> ^ Serialize(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ model);
public virtual byte[] Serialize (Microsoft.AspNetCore.Authentication.AuthenticationProperties model);
abstract member Serialize : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> byte[]
override this.Serialize : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> byte[]
Public Overridable Function Serialize (model As AuthenticationProperties) As Byte()

Parameters

model
AuthenticationProperties

The value to serialize.

Returns

Byte[]

The serialized data.

Implements

Applies to

Serialize(AuthenticationProperties)

public:
 virtual cli::array <System::Byte> ^ Serialize(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ model);
public virtual byte[] Serialize (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties model);
abstract member Serialize : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> byte[]
override this.Serialize : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> byte[]
Public Overridable Function Serialize (model As AuthenticationProperties) As Byte()

Parameters

Returns

Byte[]

Implements

Applies to