SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  C++  


TElSSLClient.RenegotiationAttackPreventionMode

TElSSLClient     See also     


 

Specifies renegotiation attack prevention mode.

 

Declaration

[C#/Java]
    TSBRenegotiationAttackPreventionMode RenegotiationAttackPreventionMode;

[VB.NET]
    Property RenegotiationAttackPreventionMode As TSBRenegotiationAttackPreventionMode

[Pascal]
    property RenegotiationAttackPreventionMode : TSBRenegotiationAttackPreventionMode;

[C++]
    not implemented;

   

Values:


   

Description

    This property defines if renegotiation attack prevention is enabled.

   

See also:     OnRenegotiationRequest    

 
Back to top