Discuss this help topic in SecureBlackbox Forum
Specifies whether the certificate is trusted.
Declaration
[VB.NET]
Property Trusted As Boolean
[Pascal]
property Trusted: boolean;
[C++]
bool get_Trusted();
void set_Trusted(bool Value);
[PHP]
bool get_Trusted()
void set_Trusted(bool $Value)
[Java]
TSBBoolean getTrusted();
void setTrusted(TSBBoolean Value);
Description
Use this property to specify certificate object's "CKA_TRUSTED" attribute.
Discuss this help topic in SecureBlackbox Forum