PropertiesSerializer.Serialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Serialize(AuthenticationProperties) |
Serializes the specified |
Serialize(AuthenticationProperties) |
Serialize(AuthenticationProperties)
- Source:
- PropertiesSerializer.cs
- 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
- model
- AuthenticationProperties
Returns
Byte[]