CollaborationPlatform.AddTrustedDomain(TrustedDomain) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new entry into the list of trusted domains.
public:
bool AddTrustedDomain(Microsoft::Rtc::Collaboration::TrustedDomain ^ trustedDomainEntry);
public bool AddTrustedDomain (Microsoft.Rtc.Collaboration.TrustedDomain trustedDomainEntry);
member this.AddTrustedDomain : Microsoft.Rtc.Collaboration.TrustedDomain -> bool
Public Function AddTrustedDomain (trustedDomainEntry As TrustedDomain) As Boolean
Parameters
- trustedDomainEntry
- TrustedDomain
The new entry to be added.
Returns
Returns True if the entry was added. False, if the entry already exists.
Exceptions
Thrown when the argument passed is null.
Remarks
For auto-provisioned platforms all the trusted servers in the topology are automatically added to this list.