Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoGOST2001Data.PublicKey

TElXMLKeyInfoGOST2001Data     See also     


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


Contains the public key value.

Declaration

[C#]
    byte[] PublicKey;

[VB.NET]
    Property PublicKey As Byte()

[Pascal]
    property PublicKey : ByteArray;

[C++]
    void get_PublicKey(std::vector<uint8_t> &OutResult);

[PHP]
    string get_PublicKey()

[Java]
    byte[] getPublicKey();

Description

    This property contains the public key value.

See also:     GOST2001KeyMaterial    

Discuss this help topic in SecureBlackbox Forum