3.1.6.7 AddTrustTuple

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.