ExternalLoginInfo.AuthenticationTokens プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AuthenticationTokenこのログインに関連付けられている 。
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)