[TIBCO.EMS .NET Admin client library 6.0 documentation]

Indicates whether or not the server will only accept SSL clients that have certificates.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool SSLRequireClientCert { get; }
Public ReadOnly Property SSLRequireClientCert As Boolean
public:
property bool SSLRequireClientCert {
	bool get ();
}

Return Value

true if clients are required to have certificates, false otherwise.

See Also