RealTimeServerTlsConnectionManager.SetLocalCertificate Method
Sets the local certificate information. This is used for mutual TLS authentication when needed. If mutual TLS is not used, there is no need to set these values. The certificate is retrieved from the certificate store on the local computer.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Sub SetLocalCertificate ( _
certificateIssuerName As String, _
certificateSerialNumber As Byte() _
)
'Usage
Dim instance As RealTimeServerTlsConnectionManager
Dim certificateIssuerName As String
Dim certificateSerialNumber As Byte()
instance.SetLocalCertificate(certificateIssuerName, _
certificateSerialNumber)
public override void SetLocalCertificate(
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.
See Also
Reference
RealTimeServerTlsConnectionManager Class