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

Get the size of the Diffie-Hellman key used by the server for client communications.

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

Syntax

public int SSLDHSize { get; }
Public ReadOnly Property SSLDHSize As Integer
public:
property int SSLDHSize {
	int get ();
}

Return Value

the size in bits.

See Also