SignInResult.RequiresTwoFactor Property
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.
Returns a flag indication whether the user attempting to sign-in requires two factor authentication.
public: property bool RequiresTwoFactor { public:
bool get(); protected:
void set(bool value); };
public bool RequiresTwoFactor { get; protected set; }
member this.RequiresTwoFactor : bool with get, set
Public Property RequiresTwoFactor As Boolean
Property Value
True if the user attempting to sign-in requires two factor authentication, otherwise false.