IdentityErrorDescriber.PasswordRequiresDigit 메서드

정의

IdentityError 입력한 암호에 암호 정책에 필요한 숫자 문자가 포함되지 않음을 나타내는 를 반환합니다.

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordRequiresDigit();
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordRequiresDigit ();
abstract member PasswordRequiresDigit : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordRequiresDigit : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordRequiresDigit () As IdentityError

반환

IdentityError 입력한 암호를 나타내는 에 숫자 문자가 포함되지 않습니다.

적용 대상