CollaborationPlatform.RemoveTrustedDomain(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.
Removes an existing entry from the trusted domains list.
public:
bool RemoveTrustedDomain(Microsoft::Rtc::Collaboration::TrustedDomain ^ trustedDomainEntry);
public bool RemoveTrustedDomain (Microsoft.Rtc.Collaboration.TrustedDomain trustedDomainEntry);
member this.RemoveTrustedDomain : Microsoft.Rtc.Collaboration.TrustedDomain -> bool
Public Function RemoveTrustedDomain (trustedDomainEntry As TrustedDomain) As Boolean
Parameters
- trustedDomainEntry
- TrustedDomain
The entry to be removed.
Returns
Returns True if it was removed. False, if the entry does not exist.
Exceptions
Thrown when the argument passed is null.