Discuss this help topic in SecureBlackbox Forum
Defines PGP memory consumption strategies.
Declaration
[C#/Java]
enum TSBPGPMemoryConsumptionStrategy { mcsDefault = 0, mcsGreedy = 1 };
[VB.NET]
Enum TSBPGPMemoryConsumptionStrategy
mcsDefault = 0
mcsGreedy = 1
End Enum
[Pascal]
TSBPGPMemoryConsumptionStrategy = (mcsDefault, mcsGreedy);
[C++]
typedef uint8_t TSBPGPMemoryConsumptionStrategyRaw;
typedef enum { mcsDefault = 0, mcsGreedy = 1 } TSBPGPMemoryConsumptionStrategy;
Description
Possible values:
Declared in
.NET:
- Namespace: SBPGP
- Assembly: SecureBlackbox.PGP
VCL:Java:
- Package: SecureBlackbox.PGP.jar
C++:
Discuss this help topic in SecureBlackbox Forum