InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / RcTLSFipsMode Property


In This Topic
    RcTLSFipsMode Property (IConnectionSettingsTelnet)
    In This Topic
    Gets or sets a value indicating whether to use the FIPS cipher suite.
    Syntax
    'Declaration
     
    
    Property RcTLSFipsMode As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.RcTLSFipsMode = value
     
    value = instance.RcTLSFipsMode
    bool RcTLSFipsMode {get; set;}

    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.
    Remarks
    When running in FIPS mode, all connections are made using security protocols and algorithms that meet FIPS 140-2 standards.
    See Also