Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerPrivateKeyObject.SignRecover

TElPKCS11ManagerPrivateKeyObject     See also     


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


Specifies whether the key supports signatures where the data can be recovered from the signature.

Declaration

[C#]
    bool SignRecover;

[VB.NET]
    Property SignRecover As Boolean

[Pascal]
    property SignRecover: boolean;

[C++]
    bool get_SignRecover();
    void set_SignRecover(bool Value);

[PHP]
    bool get_SignRecover()
    void set_SignRecover(bool $Value)

[Java]
    TSBBoolean getSignRecover();
    void setSignRecover(TSBBoolean Value);

Description

    Set this value to True if the key supports signatures where the data can be recovered from the signature.

See also:     Sign    

Discuss this help topic in SecureBlackbox Forum