IdentityErrorDescriber.PasswordRequiresUniqueChars(Int32) Yöntem

Tanım

Parolanın minimum benzersiz karakter sayısını uniqueChars karşılamadığını belirten bir IdentityError döndürür.

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

Parametreler

uniqueChars
Int32

Kullanılması gereken farklı karakter sayısı.

Döndürülenler

Bir IdentityError parolayı belirten, benzersiz karakter sayısı uniqueChars alt sınıra uymaz.

Şunlara uygulanır