RealTimeServerTlsConnectionManager.SetLocalCertificate(String, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.