Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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