Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmPrinter Object / RcTLSFipsMode Property
In This Topic
    RcTLSFipsMode Property (IbmPrinter)
    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 IbmPrinter 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.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    When running in FIPS mode, all connections are made using security protocols and algorithms that meet FIPS 140-2 standards.
    See Also