Discuss this help topic in SecureBlackbox Forum
Use this property to access certificate binary image.
Declaration
[C#]
byte[] CertificateBinary;
[VB.NET]
Property CertificateBinary As Byte()
[Pascal]
property CertificateBinary : PByteArray;
[C++]
PByteArray get_CertificateBinary();
[Java]
byte[] getCertificateBinary();
Parameters
- Value - the certificate binary data.
Description
Use this property to get certificate binary data in DER format.
[Pascal]The caller gets direct access to the buffer. The buffer should not be changed or destroyed. The size of the buffer is read through
CertificateSize property
Discuss this help topic in SecureBlackbox Forum