다음을 통해 공유


PropertiesSerializer.Read(BinaryReader) 메서드

정의

System.Object.Read(System.IO.BinaryReader)
public:
 virtual Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ Read(System::IO::BinaryReader ^ reader);
public:
 virtual Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Read(System::IO::BinaryReader ^ reader);
public virtual Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties Read (System.IO.BinaryReader reader);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties Read (System.IO.BinaryReader reader);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties? Read (System.IO.BinaryReader reader);
abstract member Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
override this.Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
abstract member Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
override this.Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
Public Overridable Function Read (reader As BinaryReader) As AuthenticationProperties

매개 변수

reader
BinaryReader

반환

적용 대상