Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.