Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerPublicKeyObject.Verify

TElPKCS11ManagerPublicKeyObject     See also     


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


Specifies whether the key supports verification where the signature is an appendix to the data.

Declaration

[C#]
    bool Verify;

[VB.NET]
    Property Verify As Boolean

[Pascal]
    property Verify: boolean;

[C++]
    bool get_Verify();
    void set_Verify(bool Value);

[PHP]
    bool get_Verify()
    void set_Verify(bool $Value)

[Java]
    TSBBoolean getVerify();
    void setVerify(TSBBoolean Value);

Description

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

See also:     Encrypt     VerifyRecover    

Discuss this help topic in SecureBlackbox Forum