Discuss this help topic in SecureBlackbox Forum
Containes authenticated attributes in a plain-text form.
Declaration
[C#]
byte[] AuthenticatedAttributesPlain;
[VB.NET]
Property AuthenticatedAttributesPlain As Byte()
[Pascal]
property AuthenticatedAttributesPlain : ByteArray;
[C++]
void get_AuthenticatedAttributesPlain(std::vector<uint8_t> &OutResult);
[PHP]
string get_AuthenticatedAttributesPlain()
[Java]
byte[] getAuthenticatedAttributesPlain();
Description
Use this property to get a set of attributes that are signed (i.e., authenticated) by the signer
as a plain-text buffer.
Discuss this help topic in SecureBlackbox Forum