3.1.6.8 DeleteTrustTuple
DeleteTrustTuple is an abstract interface called by applications and services on the local computer to delete a TrustTuple object from the server's TrustTuples collection. The interface is defined as follows:
-
void DeleteTrustTuple([in] TrustTuple tupleToDelete);
Input Parameter: tupleToDelete: The TrustTuple object to be deleted. If the trust tuple is not found in the server's TrustTuples collection, the method has no effect.
Output Parameter: None.