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.
AddTrustTuple is an abstract interface called by applications and services on the local computer to add a TrustTuple object to the server's TrustTuples collection. The interface is defined as follows:
-
void AddTrustTuple([in] TrustTuple tupleToAdd);
Input Parameter: tupleToAdd: The TrustTuple object to be added.
Output Parameter: None.