Esempio n. 1
0
 public void Register(string method, IAuthenticator authenticator, int securityLevel)
 {
     _authenticators[method] = new AuthenticatorInfo(securityLevel, authenticator);
 }
 public void Register(string method, IAuthenticator authenticator, int securityLevel)
 {
     _authenticators[method] = new AuthenticatorInfo(securityLevel, authenticator);
 }