Discuss this help topic in SecureBlackbox Forum
Returns string representation of the certificate subject.
Declaration
[C#]
byte[] WriteSubject();
[VB.NET]
Function WriteSubject() As Byte()
[Pascal]
function WriteSubject: ByteArray;
[C++]
void WriteSubject(std::vector<uint8_t> &OutResult);
[PHP]
string WriteSubject()
[Java]
byte[] writeSubject();
Description
Use this method to obtain a string representation of the certificate subject.
Discuss this help topic in SecureBlackbox Forum