///<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); }