次の方法で共有


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ユーザーが原因で失敗したサインイン試行を表す 。

適用対象