Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerPrivateKeyObject.Sign

TElPKCS11ManagerPrivateKeyObject     See also     


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


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

Declaration

[C#]
    bool Sign;

[VB.NET]
    Property Sign As Boolean

[Pascal]
    property Sign: boolean;

[C++]
    bool get_Sign();
    void set_Sign(bool Value);

[PHP]
    bool get_Sign()
    void set_Sign(bool $Value)

[Java]
    TSBBoolean getSign();
    void setSign(TSBBoolean Value);

Description

    Set this value to True if the key supports signatures where the signature is an appendix to the data.

See also:     decrypt     SignRecover    

Discuss this help topic in SecureBlackbox Forum