Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.CertificateBinary

TElX509Certificate     See also     


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


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();

[PHP]
    not available

[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

See also:     CertificateSize     SaveToBuffer     SaveToStream    

Discuss this help topic in SecureBlackbox Forum