AuthenticateResult.Ticket Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Das Authentifizierungsticket.
public:
property Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ Ticket { Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ get(); };
public: property Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ Ticket { public:
Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ get(); protected:
void set(Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ value); };
public Microsoft.AspNetCore.Authentication.AuthenticationTicket Ticket { get; }
public Microsoft.AspNetCore.Authentication.AuthenticationTicket Ticket { get; protected set; }
public Microsoft.AspNetCore.Authentication.AuthenticationTicket? Ticket { get; protected set; }
member this.Ticket : Microsoft.AspNetCore.Authentication.AuthenticationTicket
member this.Ticket : Microsoft.AspNetCore.Authentication.AuthenticationTicket with get, set
Public ReadOnly Property Ticket As AuthenticationTicket
Public Property Ticket As AuthenticationTicket