Discuss this help topic in SecureBlackbox Forum
Specifies if Trust of the keys is saved.
Declaration
[VB.NET]
Property WriteTrust As Boolean
[Pascal]
property WriteTrust : boolean;
[C++]
bool get_WriteTrust();
void set_WriteTrust(bool Value);
[PHP]
bool get_WriteTrust()
void set_WriteTrust(bool $Value)
[Java]
boolean getWriteTrust();
void setWriteTrust(boolean Value);
Description
If this property is set to
True, Trust properties of the keys are saved.
By default Trust is written.
Discuss this help topic in SecureBlackbox Forum