Discuss this help topic in SecureBlackbox Forum

TElMessageSigner.SignatureType

TElMessageSigner     See also     


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


Specifies type of the signture to be created.

Declaration

[C#]
    TSBMessageSignatureType SignatureType;

[VB.NET]
    Property SignatureType As TSBMessageSignatureType

[Pascal]
    property SignatureType : TSBMessageSignatureType;

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

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

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

Values:

Description

    This property specifies the type of the signature that will be created.

See also:     MacAlgorithm    

Discuss this help topic in SecureBlackbox Forum