Discuss this help topic in SecureBlackbox Forum

TElASiCXAdESSignatureEntry.SignatureMethod

TElASiCXAdESSignatureEntry     See also     


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


Specifies the signature method.

Declaration

[C#]
    short SignatureMethod;

[VB.NET]
    Property SignatureMethod As Short

[Pascal]
    property SignatureMethod : TElXMLSignatureMethod;

[C++]
    not available

[PHP]
    integer get_SignatureMethod()
    void set_SignatureMethod(integer $Value)

[Java]
    short getSignatureMethod();
    void setSignatureMethod(short Value);

Values

Description

Use this property to specify the signature method to be used.

See also:     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum