Discuss this help topic in SecureBlackbox Forum

TElECAlgorithmIdentifier.X

TElECAlgorithmIdentifier     


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


Declaration

[C#]
    byte[] X;

[VB.NET]
    Property X As Byte()

[Pascal]
    property X : ByteArray;

[C++]
    void get_X(std::vector<uint8_t> &OutResult);
    void set_X(const std::vector<uint8_t> &Value);

[PHP]
    string get_X()
    void set_X(array of byte|string|NULL $Value)

[Java]
    byte[] getX();
    void setX(byte[] V);

Parameters

  • V -

Description

    …

Discuss this help topic in SecureBlackbox Forum