Solclient
SessionPropertiesSSLClientCertificateFile Property |
The filename of the client certificate file. Required when AuthenticationScheme
is set to CLIENT_CERTIFICATE. When specified,
a value of "" (or empty string) will cause a ParamOutOfRange failure when
connecting the session.
Default: null
Default: null
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string SSLClientCertificateFile { get; set; }
Public Property SSLClientCertificateFile As String Get Set
public: property String^ SSLClientCertificateFile { String^ get (); void set (String^ value); }
Property Value
Type: StringSee Also