SignInResult.NotAllowed 属性

定义

返回一个 , SignInResult 它表示由于不允许用户登录而失败的登录尝试。

public:
 static property Microsoft::AspNetCore::Identity::SignInResult ^ NotAllowed { Microsoft::AspNetCore::Identity::SignInResult ^ get(); };
public static Microsoft.AspNetCore.Identity.SignInResult NotAllowed { get; }
static member NotAllowed : Microsoft.AspNetCore.Identity.SignInResult
Public Shared ReadOnly Property NotAllowed As SignInResult

属性值

一个 SignInResult ,它表示由于用户而失败的登录尝试。不允许登录。

适用于