Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureInfoV1.SignatureType

TElOfficeXMLSignatureInfoV1     See also     


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


Specifies the type of the digital signature.

Declaration

[C#]
    int SignatureType;

[VB.NET]
    Property SignatureType As Integer

[Pascal]
    property SignatureType : integer;

[C++]
    int32_t get_SignatureType();
    void set_SignatureType(int32_t Value);

[PHP]
    integer get_SignatureType()
    void set_SignatureType(integer $Value)

[Java]
    int getSignatureType();
    void setSignatureType(int Value);

Values:

Description

    Use this property to specify the type of the digital signature. When the type is 2, both ValidSignatureLnImage and InvalidSignatureLnImage images should be specified.

See also:     InvalidSignatureLnImage     ValidSignatureLnImage    

Discuss this help topic in SecureBlackbox Forum