SessionProperties.SSLValidateCertificateDate Property

Solclient

SessionPropertiesSSLValidateCertificateDate Property
version: 7.2.1.27
Indicates if the session connection should fail when a certificate with an invalid date is received.
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: Boolean
See Also