Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
certificateIssuerName As String, _
certificateSerialNumber As Byte() _
)
|
|
public RealTimeServerTlsConnectionManager (
string certificateIssuerName,
byte[] certificateSerialNumber
)
|
Parameters
- certificateIssuerName
-
The issuer name of the certificate to be used.
- certificateSerialNumber
-
The serial number of the certificate to be used.
Exceptions
Exception type |
Condition |
ArgumentNullException
|
Thrown when a given argument is null.
|
RealTimeException
|
The local host name cannot be retrieved for use in the
contact header.
|
ArgumentException
|
Thrown when a given argument is empty.
|
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also