Discuss this help topic in SecureBlackbox Forum
Returns all SPKI data including algorithm identifier.
Declaration
[C#]
byte[] GetFullPublicKeyInfo();
[VB.NET]
Function GetFullPublicKeyInfo() As Byte()
[Pascal]
function GetFullPublicKeyInfo : ByteArray;
[C++]
void GetFullPublicKeyInfo(std::vector<uint8_t> &OutResult);
[PHP]
string GetFullPublicKeyInfo()
[Java]
byte[] getFullPublicKeyInfo();
Return value
Returns an array of bytes which contains full public key info.
Description
This method returns full SPKI data including algorithm identifier.
Discuss this help topic in SecureBlackbox Forum