SignInResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of a sign-in operation.
public ref class SignInResult
public class SignInResult
type SignInResult = class
Public Class SignInResult
- Inheritance
-
SignInResult
Constructors
SignInResult() |
Properties
Failed |
Returns a SignInResult that represents a failed sign-in. |
IsLockedOut |
Returns a flag indication whether the user attempting to sign-in is locked out. |
IsNotAllowed |
Returns a flag indication whether the user attempting to sign-in is not allowed to sign-in. |
LockedOut |
Returns a SignInResult that represents a sign-in attempt that failed because the user was locked out. |
NotAllowed |
Returns a SignInResult that represents a sign-in attempt that failed because the user is not allowed to sign-in. |
RequiresTwoFactor |
Returns a flag indication whether the user attempting to sign-in requires two factor authentication. |
Succeeded |
Returns a flag indication whether the sign-in was successful. |
Success |
Returns a SignInResult that represents a successful sign-in. |
TwoFactorRequired |
Returns a SignInResult that represents a sign-in attempt that needs two-factor authentication. |
Methods
ToString() |
Converts the value of the current SignInResult object to its equivalent string representation. |