ExternalLoginInfo.AuthenticationTokens 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.
Die AuthenticationTokens, die dieser Anmeldung zugeordnet sind.
public:
property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationToken ^> ^ AuthenticationTokens { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationToken ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationToken ^> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationToken> AuthenticationTokens { get; set; }
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationToken>? AuthenticationTokens { get; set; }
member this.AuthenticationTokens : seq<Microsoft.AspNetCore.Authentication.AuthenticationToken> with get, set
Public Property AuthenticationTokens As IEnumerable(Of AuthenticationToken)