HALBSSLConfigSettings Class

NAMESPACE

RASAdminEngine.Core.OutputModels

DESCRIPTION

HALB SSL configuration settings

INHERITED FROM

RASSerilazableObj
HALBSSLConfigSettings

INTERFACES

PUBLIC PROPERTIES

Type Name Description
UInt32 CertID Certificate ID
HALBGWConfigSettings GatewayConfig HALB GW configuration settings
AcceptedSSLVersion MinSSLVersion Minimum accepted SSL version (SSLv2, SSLv3, TLSv1, TLSv1_1, OR TLSv1_2)
Boolean SSLCipherPreference Enable or disable 'Use ciphers according to server preference'.
CipherStrength SSLCipherStrength SSL Cipher Strength (Low, Medium, High, or Custom)
String SSLCustomCipher SSL Custom Cipher
LoadBalancingSSLMode SSLMode Load Balancing SSL Mode

PUBLIC METHODS

Type Name Description
Int32 CompareTo (Object obj) Inherited from RASSerilazableObj
Boolean Equals (Object obj) Inherited from RASSerilazableObj
Int32 GetHashCode () Inherited from RASSerilazableObj
Type GetType ()
String ToString ()

References to Types

HALBSettings