public GSSContext CreateContext(GSSName host, Oid oid, GSSCredential crd, int flags)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
		public GSSContext CreateContext (GSSName host, Oid oid, GSSCredential crd, int flags)
		{
			throw new NotImplementedException ();
		}