다음을 통해 공유


ManagementAuthenticationProvider.AuthenticateUser(String, String) 메서드

정의

파생 클래스에서 재정의되는 경우 사용자의 자격 증명이 유효한지 여부를 나타내는 값을 반환합니다.

public:
 abstract bool AuthenticateUser(System::String ^ userName, System::String ^ password);
public abstract bool AuthenticateUser (string userName, string password);
abstract member AuthenticateUser : string * string -> bool
Public MustOverride Function AuthenticateUser (userName As String, password As String) As Boolean

매개 변수

userName
String

사용자 이름입니다.

password
String

암호입니다.

반환

true 지정된 사용자 이름과 암호가 유효하면 이고, 그렇지 않으면 입니다 false.

적용 대상