EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.OnRenegotiationStart

TElSecureServer     See also    


 

This event is fired when negotiation starts.

 
 

Declaration

[C#]
    event TSBRenegotiationStartEvent OnRenegotiationStart;
    delegate void TSBRenegotiationStartEvent(object Sender, bool Safe, ref bool Allow);

[VB.NET]
    Event OnRenegotiationStart As TSBRenegotiationStartEvent
    Delegate Sub TSBRenegotiationStartEvent(ByVal Sender As Object, ByVal Safe As Boolean, ByRef Allow As Boolean)

[Pascal]
    property OnRenegotiationStart : TSBRenegotiationStartEvent;
    TSBRenegotiationStartEvent = procedure (Sender: TObject; Safe : boolean; var Allow : boolean) of object;

[VB6]
    Property IElSSLServerAttackPreventionSettingsX.AllowNonProtectedRenegotiation As Boolean

    Property IElSSLServerAttackPreventionSettingsX.AllowProtectedRenegotiation As Boolean

    Property IElSSLServerAttackPreventionSettingsX.ClientSupportsRenegotiationAttackPrevention As Boolean

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

    HRESULT _stdcall IElSSLServerAttackPreventionSettingsX.AllowProtectedRenegotiation([out, retval] VARIANT_BOOL * Value);
    HRESULT _stdcall IElSSLServerAttackPreventionSettingsX.AllowProtectedRenegotiation([in] VARIANT_BOOL Value);

    HRESULT _stdcall IElSSLServerAttackPreventionSettingsX.ClientSupportsRenegotiationAttackPrevention([out, retval] VARIANT_BOOL * Value);

[DLL]
    not implemented;
 
 

Parameters

  • Safe - Specifies if client supports protected renegotiation.
  • Allow - Specifies whether to allow renegotiation.
 
 

Description

    This event is fired by TElSecureServer when renegotiation process starts.

[ActiveX]

  • AllowNonProtectedRenegotiation property is used to specify whether non-protected renegotiation is allowed.
  • AllowProtectedRenegotiation property is used to specify whether protected renegotiation is allowed.
  • ClientSupportsRenegotiationAttackPrevention specifies whether client supports renegotiation attack prevention.
 
 

See also:     RenegotiationAttackPreventionMode    

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