EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.RenegotiationAttackPreventionMode

TElSecureServer     See also    


 

Specifies renegotiation attack prevention mode.

 
 

Declaration

[C#]
    TSBRenegotiationAttackPreventionMode RenegotiationAttackPreventionMode;

[VB.NET]
    Property RenegotiationAttackPreventionMode As TSBRenegotiationAttackPreventionMode

[Pascal]
    property RenegotiationAttackPreventionMode : TSBRenegotiationAttackPreventionMode;

[VB6]
    Property IElSSLServerAttackPreventionSettingsX.RenegotiationAttackPreventionMode As TxSBRenegotiationAttackPreventionMode

[ActiveX]
    HRESULT _stdcall IElSSLServerAttackPreventionSettingsX.RenegotiationAttackPreventionMode([out, retval] TxSBRenegotiationAttackPreventionMode * Value);
    HRESULT _stdcall IElSSLServerAttackPreventionSettingsX.RenegotiationAttackPreventionMode([in] TxSBRenegotiationAttackPreventionMode Value);

[DLL]
    not implemented;
 
 

Values:

[.NET] [ActiveX] [Pascal] Description
rapmCompatible = 0 rapmCompatible Compatibility with 2 and 3 SSL protocol versions (disable renegotiation indication extension).
rapmStrict = 1 rapmStrict Enable renegotiation attack prevention.
rapmAuto = 2 rapmAuto Automatically choose whether to enable or disable renegotiation attack prevention.
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBSSLCommon
Assembly: SecureBlackbox.SSLCommon
Unit: SBSSLCommon Module: SSLBBoxCli7.dll, SSLBBoxSrv7.dll

 
 

Description

    This property defines if renegotiation attack prevention is enabled.

 
 

See also:     OnRenegotiationStart    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation