SignInResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示登入作業的結果。
public ref class SignInResult
public class SignInResult
type SignInResult = class
Public Class SignInResult
- 繼承
-
SignInResult
建構函式
SignInResult() |
表示登入作業的結果。 |
屬性
Failed |
傳 SignInResult 回 ,表示失敗的登入。 |
IsLockedOut |
傳回旗標,指出嘗試登入的使用者是否遭到鎖定。 |
IsNotAllowed |
傳回旗標,指出使用者是否不允許登入。 |
LockedOut |
傳回 , SignInResult 表示因為使用者遭到鎖定而失敗的登入嘗試。 |
NotAllowed |
傳回 , SignInResult 表示因為不允許使用者登入而失敗的登入嘗試。 |
RequiresTwoFactor |
傳回旗標指示使用者嘗試登入是否需要兩個因素驗證。 |
Succeeded |
傳回旗標,指出登入是否成功。 |
Success |
傳 SignInResult 回 ,表示成功的登入。 |
TwoFactorRequired |
傳回 , SignInResult 表示需要雙因素驗證的登入嘗試。 |
方法
ToString() |
將目前 SignInResult 物件的值,轉換為其相等的字串表示。 |