C# 클래스 WcfService.WcfTurnService.CustomUserNamePasswordValidator

상속: System.IdentityModel.Selectors.UserNamePasswordValidator
파일 보기 프로젝트 열기: vf1/turnserver

공개 메소드들

메소드 설명
CustomUserNamePasswordValidator ( WcfService.Service serviceSettings ) : System
Validate ( string userName, string password ) : void

메소드 상세

CustomUserNamePasswordValidator() 공개 메소드

public CustomUserNamePasswordValidator ( WcfService.Service serviceSettings ) : System
serviceSettings WcfService.Service
리턴 System

Validate() 공개 메소드

public Validate ( string userName, string password ) : void
userName string
password string
리턴 void