Discuss this help topic in SecureBlackbox Forum

TElXMLSigner.SignatureType

TElXMLSigner     See also     


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


Specifies the XML signature type

Declaration

[C#]
    TElXMLSignatureType SignatureType;

[VB.NET]
    Property SignatureType As TElXMLSignatureType

[Pascal]
    property SignatureType : TElXMLSignatureType;

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

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

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

Values:

Description

     This property specifies the type of XML signature, i.e. the way the signed data and the signature are represented as XML.

See also:     SignatureMethodType    

Discuss this help topic in SecureBlackbox Forum