C# 클래스 BoService.Util.UserAuthentication

UserAuthentication
상속: System.IdentityModel.Selectors.UserNamePasswordValidator
파일 보기 프로젝트 열기: megadotnet/ironframework

공개 메소드들

메소드 설명
Validate ( string userName, string password ) : void

When overridden in a derived class, validates the specified username and password.

메소드 상세

Validate() 공개 메소드

When overridden in a derived class, validates the specified username and password.
Unknown Username or Incorrect Password
public Validate ( string userName, string password ) : void
userName string The username to validate.
password string The password to validate.
리턴 void