Discuss this help topic in SecureBlackbox Forum
Contains SIGTRUST bits.
Declaration
[VB.NET]
Property SigTrust As Byte
[Pascal]
property SigTrust : byte;
[C++]
uint8_t get_SigTrust();
void set_SigTrust(uint8_t Value);
[PHP]
integer get_SigTrust()
void set_SigTrust(integer $Value)
[Java]
byte getSigTrust();
void setSigTrust(byte arg0);
Values:
Description
SIGTRUST bits - trust bits for this signature.
Value is copied directly from
OwnerTrust bits of signer.
Discuss this help topic in SecureBlackbox Forum