Discuss this help topic in SecureBlackbox Forum
Specifies signature trustworthy level.
Declaration
[VB.NET]
Property Level As Byte
[Pascal]
property Level : byte;
[C++]
uint8_t get_Level();
void set_Level(uint8_t Value);
[PHP]
integer get_Level()
void set_Level(integer $Value)
[Java]
byte getLevel();
void setLevel(byte arg0);
Description
Trust level
n means that the signed key is
asserted to be trusted to issue level
n-1 trust signatures.
Discuss this help topic in SecureBlackbox Forum