Discuss this help topic in SecureBlackbox Forum
Defines possible renegotiation attack prevention modes.
Declaration
[C#/Java]
enum TSBRenegotiationAttackPreventionMode { rapmCompatible = 0, rapmStrict = 1, rapmAuto = 2 };
[VB.NET]
Enum TSBRenegotiationAttackPreventionMode
rapmCompatible = 0
rapmStrict = 1
rapmAuto = 2
End Enum
[Pascal]
TSBRenegotiationAttackPreventionMode = (rapmCompatible, rapmStrict, rapmAuto);
[C++]
typedef uint8_t TSBRenegotiationAttackPreventionModeRaw;
typedef enum { rapmCompatible = 0, rapmStrict = 1, rapmAuto = 2 } TSBRenegotiationAttackPreventionMode;
Description
Possible values:
Declared in
.NET:
- Namespace: SBSSLCommon
- Assembly: SecureBlackbox.SSLCommon
VCL:Java:
- Package: SecureBlackbox.SSLCommon.jar
C++:
Discuss this help topic in SecureBlackbox Forum