次の方法で共有


IdentityErrorDescriber.PasswordRequiresUniqueChars(Int32) メソッド

定義

パスワードが IdentityError 一意の文字の最小数 uniqueChars を満たしていないことを示す を返します。

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordRequiresUniqueChars(int uniqueChars);
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordRequiresUniqueChars (int uniqueChars);
abstract member PasswordRequiresUniqueChars : int -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordRequiresUniqueChars : int -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordRequiresUniqueChars (uniqueChars As Integer) As IdentityError

パラメーター

uniqueChars
Int32

使用する必要があるさまざまな文字の数。

戻り値

IdentityErrorパスワードが一意の文字の最小数uniqueCharsを満たしていないことを示す 。

適用対象