RealTimeServerTlsConnectionManager Constructor (String, Byte )
Initializes this instance with default localhost name and given certificate information.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
certificateIssuerName As String, _
certificateSerialNumber As Byte() _
)
'Usage
Dim certificateIssuerName As String
Dim certificateSerialNumber As Byte()
Dim instance As New RealTimeServerTlsConnectionManager(certificateIssuerName, _
certificateSerialNumber)
public RealTimeServerTlsConnectionManager(
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 | The local host name could not be retrieved for use in the contact header. |
ArgumentNullException | Thrown when a given argument is null. |
ArgumentException | Thrown when a given argument is empty. |
See Also
Reference
RealTimeServerTlsConnectionManager Class
RealTimeServerTlsConnectionManager Members