EstablishTrust
(
TrustedDomain As String,
TypeOfTrust As TypeOfTrust
);
Parameters
[in] String TrustedDomain
Domain name with which trust relationship has to be
established.
[in] TypeOfTrust
TypeOfTrust
The type of trust relationship to be established. This is an
enumerated data type. It can have any one of the following
values:
ONE_WAY_TRUST
TWO_WAY_TRUST
Description
Establishes either a one-way or a two-way trust relationship
between the given domain and the current domain.
See Also