Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerPublicKeyObject.VerifyRecover

TElPKCS11ManagerPublicKeyObject     See also     


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


Specifies whether the key supports verification where the data is recovered from the signature.

Declaration

[C#]
    bool VerifyRecover;

[VB.NET]
    Property VerifyRecover As Boolean

[Pascal]
    property VerifyRecover: boolean;

[C++]
    bool get_VerifyRecover();
    void set_VerifyRecover(bool Value);

[PHP]
    bool get_VerifyRecover()
    void set_VerifyRecover(bool $Value)

[Java]
    TSBBoolean getVerifyRecover();
    void setVerifyRecover(TSBBoolean Value);

Description

    Set this value to True if the key supports verification in a case when the data is recovered from the signature.

See also:     Verify    

Discuss this help topic in SecureBlackbox Forum