RcTLSFipsMode Property (IbmTerminal)
In This Topic
Gets or sets a value indicating whether to use the FIPS cipher suite.
Syntax
expression.RcTLSFipsMode As Boolean
where
expression is a variable that represents a
IbmTerminal Object
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.
See Also