RcTLSFipsMode Property (IIbmTerminal)
Gets or sets a value indicating whether to use the FIPS cipher suite.
bool RcTLSFipsMode {get; set;}
'Declaration
Property RcTLSFipsMode As Boolean
'Usage
Dim instance As IIbmTerminal
Dim value As Boolean
instance.RcTLSFipsMode = value
value = instance.RcTLSFipsMode
Property Value
If this property is set to false (the default), the FIPS cipher suite is not used. If it is set to true, the FIPS cipher suite is used and the session runs in FIPS mode.