ExternalLoginInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表使用者記錄的登入資訊、來源和外部來源主體
public ref class ExternalLoginInfo : Microsoft::AspNetCore::Identity::UserLoginInfo
public class ExternalLoginInfo : Microsoft.AspNetCore.Identity.UserLoginInfo
type ExternalLoginInfo = class
inherit UserLoginInfo
Public Class ExternalLoginInfo
Inherits UserLoginInfo
- 繼承
建構函式
ExternalLoginInfo(ClaimsPrincipal, String, String, String) |
建立 ExternalLoginInfo 的新執行個體 |
屬性
AuthenticationProperties |
與此 AuthenticationProperties 登入相關聯的 。 |
AuthenticationTokens |
與此 AuthenticationToken 登入相關聯的 。 |
LoginProvider |
取得或設定這個 實例的 UserLoginInfo 提供者。 (繼承來源 UserLoginInfo) |
Principal |
取得或設定 ClaimsPrincipal 與此登入相關聯的 。 |
ProviderDisplayName |
取得或設定提供者的顯示名稱。 (繼承來源 UserLoginInfo) |
ProviderKey |
取得或設定登入提供者提供之使用者識別使用者的唯一識別碼。 (繼承來源 UserLoginInfo) |