Set the default TlsCredentials for the core manager. This might be used by S4 when it needs Tls tuple for outgoing connection and one was not provided to it directly.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Protected 
Overrides 
Sub 
SetDefaultTlsTuple
C#
protected 
override 
void 
SetDefaultTlsTuple()
Visual C++
protected:
virtual 
void 
SetDefaultTlsTuple() 
override
JavaScript
function 
setDefaultTlsTuple();

See Also