Discuss this help topic in SecureBlackbox Forum

TElDomainKeysSigner.SignatureAlgorithm

TElDomainKeysSigner     See also     


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


Contains signature algorithm.

Declaration

[C#]
    TSBDKPublicKeyType SignatureAlgorithm;

[VB.NET]
    Property SignatureAlgorithm As TSBDKPublicKeyType

[Pascal]
    property SignatureAlgorithm: TSBDKPublicKeyType;

[C++]
    TSBDKPublicKeyType get_SignatureAlgorithm();
    void set_SignatureAlgorithm(TSBDKPublicKeyType Value);

[PHP]
    integer get_SignatureAlgorithm()
    void set_SignatureAlgorithm(integer $Value)

[Java]
    short getSignatureAlgorithm();
    void setSignatureAlgorithm(short Value);

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