Example #1
0
 ///<summary>
 /// Creates a new KerbProcessor
 ///</summary>
 ///<param name="remotePrincipal">Remote principal that represents the XMPP server.</param>
 public KerbProcessor(string remotePrincipal)
 {
     kerbClient = new SSPIHelper(remotePrincipal);
 }
Example #2
0
 ///<summary>
 /// Creates a new KerbProcessor
 ///</summary>
 ///<param name="remotePrincipal">Remote principal that represents the XMPP server.</param>
 public KerbProcessor(string remotePrincipal)
 {
     kerbClient = new SSPIHelper(remotePrincipal);
 }