EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.OnRenegotiationRequest

TElSecureClient     See also    


 

This event is fired when renegotiation is requested.

 
 

Declaration

[C#]
    event TSBRenegotiationRequestEvent OnRenegotiationRequest;
    delegate void TSBRenegotiationRequestEvent(object Sender, ref bool Allow);

[VB.NET]
    Event OnRenegotiationRequest As TSBRenegotiationRequestEvent
    Delegate Sub TSBRenegotiationRequestEvent(ByVal Sender As Object, ByRef Allow As Boolean)

[Pascal]
    property OnRenegotiationRequest : TSBRenegotiationRequestEvent;
    TSBRenegotiationRequestEvent = procedure (Sender: TObject; var Allow : boolean) of object;

[VB6]
    Property IElSSLClientAttackPreventionSettingsX.AllowRenegotiation As Boolean

    Property IElSSLClientAttackPreventionSettingsX.ServerSupportsRenegotiationAttackPrevention As Boolean

[ActiveX]
    HRESULT _stdcall IElSSLClientAttackPreventionSettingsX.AllowRenegotiation([out, retval] VARIANT_BOOL * Value);
    HRESULT _stdcall IElSSLClientAttackPreventionSettingsX.AllowRenegotiation([in] VARIANT_BOOL Value);

    HRESULT _stdcall IElSSLClientAttackPreventionSettingsX.ServerSupportsRenegotiationAttackPrevention([out, retval] VARIANT_BOOL * Value);

[DLL]
    not implemented;
 
 

Parameters

  • Allow - Specifies whether to allow renegotiation.
 
 

Description

    This event is fired by TElSecureClient when renegotiation is requested by the server.

[ActiveX]

  • AllowRenegotiation property is used to specify whether the renegotiation is allowed.
  • ServerSupportsRenegotiationAttackPrevention specifies whether server supports renegotiation attack prevention.
 
 

See also:     RenegotiationAttackPreventionMode    

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