ServiceSettingsPublicCertificateFile Property |
Gets the public certificate authenticating the server to the clients.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public string PublicCertificateFile { get; }
Public ReadOnly Property PublicCertificateFile As String
Get
public:
property String^ PublicCertificateFile {
String^ get ();
}
member PublicCertificateFile : string with get
Return Value
Type:
Stringthe path to the file containing the certificate.
Remarks See Also