RealTimeConnectionManager.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 the 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:
virtual void SetLocalCertificate(System::String ^ certificateIssuerName, cli::array <System::Byte> ^ certificateSerialNumber);
public virtual void SetLocalCertificate (string certificateIssuerName, byte[] certificateSerialNumber);
abstract member SetLocalCertificate : string * byte[] -> unit
override this.SetLocalCertificate : string * byte[] -> unit
Public Overridable 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.