CollaborationPlatform.GetTrustedDomains 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.
Gets the list of trusted domains.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::TrustedDomain ^> ^ GetTrustedDomains();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.TrustedDomain> GetTrustedDomains ();
member this.GetTrustedDomains : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.TrustedDomain>
Public Function GetTrustedDomains () As ReadOnlyCollection(Of TrustedDomain)
Returns
List of trusted domains set on platform.