Solclient
SessionPropertiesSSLValidateCertificateDate Property |
Indicates if the session connection should fail when a certificate with an invalid date is received.
Default: true
Default: true
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public bool SSLValidateCertificateDate { get; set; }
Public Property SSLValidateCertificateDate As Boolean Get Set
public: property bool SSLValidateCertificateDate { bool get (); void set (bool value); }
Property Value
Type: BooleanSee Also