Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.SignatureMethodType

TElXMLVerifier     See also     


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


Specifies the signature method type

Declaration

[C#]
    TElXMLSigMethodType SignatureMethodType;

[VB.NET]
    Property SignatureMethodType As TElXMLSigMethodType

[Pascal]
    property SignatureMethodType : TElXMLSigMethodType;

[C++]
    TElXMLSigMethodType get_SignatureMethodType();

[PHP]
    integer get_SignatureMethodType()

[Java]
    short getSignatureMethodType();

Values:

Description

     This property specifies the way the data was signed. Signature lets one use the public-key algorithm to sign the data. This data can be verified by anybody who has the public key. MAC is calculated for the purpose of verifying it by the owners of a pre-shared secret.

See also:     MACMethod     SignatureMethod     SignatureType    

Discuss this help topic in SecureBlackbox Forum