PropertiesSerializer.Serialize Метод

Определение

Перегрузки

Serialize(AuthenticationProperties)

Сериализует указанный modelобъект .

Serialize(AuthenticationProperties)

Serialize(AuthenticationProperties)

Исходный код:
PropertiesSerializer.cs
Исходный код:
PropertiesSerializer.cs

Сериализует указанный 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()

Параметры

model
AuthenticationProperties

Сериализуемое значение.

Возвращаемое значение

Byte[]

Сериализованные данные.

Реализации

Применяется к

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()

Параметры

Возвращаемое значение

Byte[]

Реализации

Применяется к