Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerCertificateObject.Trusted

TElPKCS11ManagerCertificateObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the certificate is trusted.

Declaration

[C#]
    bool Trusted;

[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.

See also:     Modifiable    

Discuss this help topic in SecureBlackbox Forum