EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.CertificateBinary

TElX509Certificate     See also    


 

Use this property to access certificate binary image.

 
 

Declaration

[C#]
    byte[] CertificateBinary;

[VB.NET]
    Property CertificateBinary As Byte()

[Pascal]
    property CertificateBinary : PByteArray;

[VB6]
    Property IElCertificateX.CertificateBinary As Variant

[ActiveX]
    HRESULT _stdcall IElCertificateX.CertificateBinary([out, retval] VARIANT * Value);

[DLL]
    __stdcall BOOL SBX509GetCertificateBinary(HANDLE handle, void* pBinaryData, int* Size);
 
 

Parameters

  • [DLL]handle - handle to the TElX509Certificate object that was returned by Constructor
  • Value (pBinaryData) - the certificate binary data. [ActiveX]On return the buffer contains a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • Size - the size of the buffer returned.
 
 

Description

    Use this property to get certificate binary data in DER format.
[ActiveX]The buffer should be deallocated by the caller after the data are copied.
[DLL]The caller gets direct access to the buffer. The buffer should not be changed or destroyed.
[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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation