Discuss this help topic in SecureBlackbox Forum

TElDNSPublicKeyRecord.Algorithm

TElDNSPublicKeyRecord     See also     


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


Specifies algorithm.

Declaration

[C#]
    byte Algorithm;

[VB.NET]
    Property Algorithm As Byte

[Pascal]
    property Algorithm : Byte;

[C++]
    uint8_t get_Algorithm();
    void set_Algorithm(uint8_t Value);

[PHP]
    integer get_Algorithm()
    void set_Algorithm(integer $Value)

[Java]
    byte getAlgorithm();
    void setAlgorithm(byte arg0);

Possible values:

Description

    Use this property to get or set the asymmetric algorithm.

See also:     KeyTag    

Discuss this help topic in SecureBlackbox Forum