C# Class WcfService.WcfTurnService.CustomUserNamePasswordValidator

Inheritance: System.IdentityModel.Selectors.UserNamePasswordValidator
Afficher le fichier Open project: vf1/turnserver

Méthodes publiques

Méthode Description
CustomUserNamePasswordValidator ( WcfService.Service serviceSettings ) : System
Validate ( string userName, string password ) : void

Method Details

CustomUserNamePasswordValidator() public méthode

public CustomUserNamePasswordValidator ( WcfService.Service serviceSettings ) : System
serviceSettings WcfService.Service
Résultat System

Validate() public méthode

public Validate ( string userName, string password ) : void
userName string
password string
Résultat void