Declaration
[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;
|