Discuss this help topic in SecureBlackbox Forum
Contains OWNERTRUST bits.
Declaration
[VB.NET]
Property OwnerTrust As Byte
[Pascal]
property OwnerTrust : byte;
[C++]
uint8_t get_OwnerTrust();
void set_OwnerTrust(uint8_t Value);
[PHP]
integer get_OwnerTrust()
void set_OwnerTrust(integer $Value)
[Java]
byte getOwnerTrust();
void setOwnerTrust(byte arg0);
Values:
Description
OWNERTRUST bits - trust bits for this key owner.
Discuss this help topic in SecureBlackbox Forum