Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Protected Sub New ( _
certificateIssuerName As String, _
certificateSerialNumber As Byte() _
)
|
|
protected RealTimeConnectionManager (
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 an argument given is null.
|
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 an argument given 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