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 
Overridable 
Sub 
SetDefaultTlsTuple
C#
protected 
virtual 
void 
SetDefaultTlsTuple()
Visual C++
protected:
virtual 
void 
SetDefaultTlsTuple()
JavaScript
function 
setDefaultTlsTuple();

See Also