PropertiesSerializer.Serialize 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Serialize(AuthenticationProperties) |
序列化指定的 |
Serialize(AuthenticationProperties) |
Serialize(AuthenticationProperties)
- Source:
- PropertiesSerializer.cs
- Source:
- PropertiesSerializer.cs
- Source:
- 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()
参数
- model
- AuthenticationProperties
返回
Byte[]