TrustedDomain Constructors
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.
Overloads
TrustedDomain(String) |
Creates an instance of a trusted domain. |
TrustedDomain(String, TrustedDomainMode) |
Creates an instance of a trusted domain with specific domain mode. |
TrustedDomain(String)
Creates an instance of a trusted domain.
public:
TrustedDomain(System::String ^ domainName);
public TrustedDomain (string domainName);
new Microsoft.Rtc.Collaboration.TrustedDomain : string -> Microsoft.Rtc.Collaboration.TrustedDomain
Public Sub New (domainName As String)
Parameters
- domainName
- String
Trusted domain to be used for incoming connection authorization.
Remarks
By default, this constructor uses CommunicationServer as domain mode.
Applies to
TrustedDomain(String, TrustedDomainMode)
Creates an instance of a trusted domain with specific domain mode.
public:
TrustedDomain(System::String ^ domainName, Microsoft::Rtc::Collaboration::TrustedDomainMode domainMode);
public TrustedDomain (string domainName, Microsoft.Rtc.Collaboration.TrustedDomainMode domainMode);
new Microsoft.Rtc.Collaboration.TrustedDomain : string * Microsoft.Rtc.Collaboration.TrustedDomainMode -> Microsoft.Rtc.Collaboration.TrustedDomain
Public Sub New (domainName As String, domainMode As TrustedDomainMode)
Parameters
- domainName
- String
The trusted domain.
- domainMode
- TrustedDomainMode
The domain mode to be used.