PropertiesSerializer.Write 方法  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Write(BinaryWriter, AuthenticationProperties)
- Source:
- PropertiesSerializer.cs
- Source:
- PropertiesSerializer.cs
- Source:
- PropertiesSerializer.cs
				   System.Object.Write(System.IO.BinaryWriter,Microsoft.AspNetCore.Authentication.AuthenticationProperties) 
			
		public:
 virtual void Write(System::IO::BinaryWriter ^ writer, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);public virtual void Write(System.IO.BinaryWriter writer, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);abstract member Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> unit
override this.Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> unitPublic Overridable Sub Write (writer As BinaryWriter, properties As AuthenticationProperties)参数
- writer
- BinaryWriter
- properties
- AuthenticationProperties
适用于
Write(BinaryWriter, AuthenticationProperties)
public:
 virtual void Write(System::IO::BinaryWriter ^ writer, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);public virtual void Write(System.IO.BinaryWriter writer, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);abstract member Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> unit
override this.Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> unitPublic Overridable Sub Write (writer As BinaryWriter, properties As AuthenticationProperties)参数
- writer
- BinaryWriter
- properties
- AuthenticationProperties