Edit

Share via


RealTimeServerTlsConnectionManager.SetLocalCertificate(String, Byte[]) Method

Definition

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.

public:
 override void SetLocalCertificate(System::String ^ certificateIssuerName, cli::array <System::Byte> ^ certificateSerialNumber);
public override void SetLocalCertificate (string certificateIssuerName, byte[] certificateSerialNumber);
override this.SetLocalCertificate : string * byte[] -> unit
Public Overrides Sub SetLocalCertificate (certificateIssuerName As String, certificateSerialNumber As Byte())

Parameters

certificateIssuerName
String

The issuer name of the certificate to be used.

certificateSerialNumber
Byte[]

The serial number of the certificate to be used.

Applies to