コード例 #1
0
 public GSSContext CreateContext(GSSName host, Oid oid, GSSCredential crd, int flags)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: GSSManager.cs プロジェクト: LunarLanding/ngit
		public GSSContext CreateContext (GSSName host, Oid oid, GSSCredential crd, int flags)
		{
			throw new NotImplementedException ();
		}