IdentityUserLogin<TKey> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示使用者的登入及其相關聯的提供者。
generic <typename TKey>
where TKey : IEquatable<TKey>public ref class IdentityUserLogin
public class IdentityUserLogin<TKey> where TKey : IEquatable<TKey>
type IdentityUserLogin<'Key (requires 'Key :> IEquatable<'Key>)> = class
Public Class IdentityUserLogin(Of TKey)
類型參數
- TKey
與這個登入相關聯之使用者的主鍵類型。
- 繼承
-
IdentityUserLogin<TKey>
建構函式
IdentityUserLogin<TKey>() |
表示使用者的登入及其相關聯的提供者。 |
屬性
LoginProvider |
取得或設定登入 (例如 facebook、google) |
ProviderDisplayName |
取得或設定用於這個登入之 UI 中的易記名稱。 |
ProviderKey |
取得或設定這個登入的唯一提供者識別碼。 |
UserId |
取得或設定與此登入相關聯之使用者的主鍵。 |