Discuss this help topic in SecureBlackbox Forum

TElECAlgorithmIdentifier.Base

TElECAlgorithmIdentifier     


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


Declaration

[C#]
    byte[] Base;

[VB.NET]
    Property Base As Byte()

[Pascal]
    property Base : ByteArray;

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

[PHP]
    string get_Base()
    void set_Base(array of byte|string|NULL $Value)

[Java]
    byte[] getBase();
    void setBase(byte[] V);

Parameters

  • V -

Description

    …

Discuss this help topic in SecureBlackbox Forum