Esempio n. 1
0
 public GssapiDseAuthenticator(string authenticatorName, string hostName, string service) :
     base(authenticatorName)
 {
     _hostName = hostName;
     _service  = service;
     _client   = GssapiClientFactory.CreateNew();
 }
 public GssapiAuthenticator(string authenticatorName, string hostName, string service) : 
     base(authenticatorName)
 {
     _hostName = hostName;
     _service = service;
     _client = GssapiClientFactory.CreateNew();
 }