Share via


RealTimeConnectionManager Constructor (String, Byte[])

Initializes a new instance of the class.

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

Syntax

'Declaration
Protected Sub New ( _
    certificateIssuerName As String, _
    certificateSerialNumber As Byte() _
)
'Usage
Dim certificateIssuerName As String
Dim certificateSerialNumber As Byte()

Dim instance As New RealTimeConnectionManager(certificateIssuerName, _
    certificateSerialNumber)
protected RealTimeConnectionManager(
    string certificateIssuerName,
    byte[] certificateSerialNumber
)

Parameters

  • certificateIssuerName
    Type: System..::..String
    The issuer name of the certificate to be used.
  • certificateSerialNumber
    Type: array<System..::..Byte>[]()[][]
    The serial number of the certificate to be used.

Exceptions

Exception Condition
ArgumentNullException

Thrown when an argument given is nullNothingnullptrunita null reference (Nothing in Visual Basic).

RealTimeException

Thrown when the local host name cannot be retrieved for use in the Contact header or the certificate information given is not usable.

ArgumentException

Thrown when a given argument is empty.

See Also

Reference

RealTimeConnectionManager Class

RealTimeConnectionManager Members

RealTimeConnectionManager Overload

Microsoft.Rtc.Signaling Namespace