Discuss this help topic in SecureBlackbox Forum
Contains the trust amount in range of 0-255.
Declaration
[VB.NET]
Property Amount As Byte
[Pascal]
property Amount : byte;
[C++]
uint8_t get_Amount();
void set_Amount(uint8_t Value);
[PHP]
integer get_Amount()
void set_Amount(integer $Value)
[Java]
byte getAmount();
void setAmount(byte arg0);
Description
The value less than 120 indicates partial trust, value
of 120 or greater indicates complete trust.
Discuss this help topic in SecureBlackbox Forum