Discuss this help topic in SecureBlackbox Forum

TElDKSignature.SignatureAlgorithm

TElDKSignature     See also     


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


This read-only property contains algorithm of signature calculation.

Declaration

[C#]
    TSBDKPublicKeyType SignatureAlgorithm;

[VB.NET]
    Property SignatureAlgorithm As TSBDKPublicKeyType

[Pascal]
    property SignatureAlgorithm: TSBDKPublicKeyType;

[C++]
    TSBDKPublicKeyType get_SignatureAlgorithm();

[PHP]
    integer get_SignatureAlgorithm()

[Java]
    short getSignatureAlgorithm();

Values:

Description

    The property contains the algorithm, used for the public key. Only RSA-algorithm is defined for now.

See also:     Canonicalization     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum