Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.SignatureType

TElXMLVerifier     See also     


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


Specifies the XML signature type

Declaration

[C#/Java]
    TElXMLSignatureTypes SignatureType;
    TElXMLSignatureTypes = SmallInt;
    
    TElXMLSignatureTypes represents a bit mask which contains zero or more bit flags as defined by TElXMLSignatureType;

[VB.NET]
    Property SignatureType As TElXMLSignatureTypes;
    TElXMLSignatureTypes As SmallInt;
    
    TElXMLSignatureTypes represents a bit mask which contains zero or more bit flags as defined by TElXMLSignatureType;

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

[C++]
    TElXMLSignatureTypes get_SignatureType();

[PHP]
    integer get_SignatureType()

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