Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.SignatureType

TElXMLVerifier     See also     


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


Specifies the XML signature type

Declaration

[C#]
    TElXMLSignatureTypes SignatureType;

[VB.NET]
    Property SignatureType As TElXMLSignatureTypes

[Pascal]
    property SignatureType : TElXMLSignatureTypes;
    TElXMLSignatureTypes = set of TElXMLSignatureType;

[C++]
    TElXMLSignatureTypes get_SignatureType();

[PHP]
    integer get_SignatureType()

[Java]
    short getSignatureType();

Values:

TElXMLSignatureTypes values

Description

    This property specifies the type of XML signature, i.e. the way the signed data and the signature are represented as XML. SignatureType value could be one of the following: xstDetached, xstEnveloping, xstEnveloped, or (xstEnveloping and xstEnveloped).

See also:     SignatureMethodType    

Discuss this help topic in SecureBlackbox Forum