Partager via


RealTimeConnectionManager Constructor (String, Byte )

Initializes an instance of this class from the certificate information.

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: []
    The serial number of the certificate to be used.

Exceptions

Exception Condition
RealTimeException

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

ArgumentNullException

Thrown when an argument given is null.

ArgumentException

Thrown when an argument given is empty.

See Also

Reference

RealTimeConnectionManager Class

RealTimeConnectionManager Members

RealTimeConnectionManager Overload

Microsoft.Rtc.Signaling Namespace