Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerSecretKeyObject.Encrypt

TElPKCS11ManagerSecretKeyObject     See also     


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


Specifies whether the key supports encryption.

Declaration

[C#]
    bool Encrypt;

[VB.NET]
    Property Encrypt As Boolean

[Pascal]
    property Encrypt: boolean;

[C++]
    bool get_Encrypt();
    void set_Encrypt(bool Value);

[PHP]
    bool get_Encrypt()
    void set_Encrypt(bool $Value)

[Java]
    TSBBoolean getEncrypt();
    void setEncrypt(TSBBoolean Value);

Description

    Set this value to True if the key supports encryption.

See also:     Verify    

Discuss this help topic in SecureBlackbox Forum