public GSSContext CreateContext(GSSName host, Oid oid, GSSCredential crd, int flags)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
		public GSSContext CreateContext (GSSName host, Oid oid, GSSCredential crd, int flags)
		{
			throw new NotImplementedException ();
		}