Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerSecretKeyObject.Decrypt

TElPKCS11ManagerSecretKeyObject     See also     


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


Specifies whether the key supports decryption.

Declaration

[C#]
    bool Decrypt;

[VB.NET]
    Property Decrypt As Boolean

[Pascal]
    property Decrypt: boolean;

[C++]
    bool get_Decrypt();
    void set_Decrypt(bool Value);

[PHP]
    bool get_Decrypt()
    void set_Decrypt(bool $Value)

[Java]
    TSBBoolean getDecrypt();
    void setDecrypt(TSBBoolean Value);

Description

    Set this value to True if the key supports decryption.

See also:     Sign    

Discuss this help topic in SecureBlackbox Forum