Discuss this help topic in SecureBlackbox Forum

TElXMLSigner.SignatureMethodType

TElXMLSigner     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();
    void set_SignatureMethodType(TElXMLSigMethodType Value);

[PHP]
    integer get_SignatureMethodType()
    void set_SignatureMethodType(integer $Value)

[Java]
    short getSignatureMethodType();
    void setSignatureMethodType(short Value);

Values:

Description

     This property specifies the way the data is 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