SignInResult.IsNotAllowed Property

Definition

Returns a flag indication whether the user attempting to sign-in is not allowed to sign-in.

public:  property bool IsNotAllowed {  public:
bool get(); protected:
 void set(bool value); };
public bool IsNotAllowed { get; protected set; }
member this.IsNotAllowed : bool with get, set
Public Property IsNotAllowed As Boolean

Property Value

True if the user attempting to sign-in is not allowed to sign-in, otherwise false.

Applies to