Share via


TicketSerializer.Read(BinaryReader) 메서드

정의

를 읽습니다 AuthenticationTicket.

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

매개 변수

반환

AuthenticationTicket 형식이 지원되면 이고, 그렇지 않으면 null입니다.

적용 대상