コード例 #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);
 }
コード例 #2
0
ファイル: KerbProcessor.cs プロジェクト: rankida/HangoutPhone
 ///<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);
 }