EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.LoadFromBuffer

TElX509Certificate     See also    


 

Loads the certificate from the memory buffer.

 
 

Declaration

[C#]
    void LoadFromBuffer([in] byte[] Buffer);

[VB.NET]
    Sub LoadFromBuffer(ByVal Buffer As Byte())

[Pascal]
    procedure LoadFromBuffer(Buffer: Pointer; Size: integer);

[VB6]
    Sub IElCertificateX.LoadFromBuffer(Buffer As Byte())

[ActiveX]
    HRESULT _stdcall IElCertificateX.LoadFromBuffer([in] VARIANT Buffer);

[DLL]
    __stdcall DWORD SBX509LoadFromBuffer(HANDLE handle, void * Buffer, int * Size);
 
 

Parameters

  • [DLL]handle - handle to the TElX509Certificate object that was returned by Constructor
  • Buffer - the buffer from which the certificate is loaded. [ActiveX] Buffer should contain a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • Size - the size of the buffer from which the data is loaded.
 
 

Description

    This method attempts to read the certificate from the provided memory location of the given size. The certificate must have been saved in DER format.

 
 

See also:     LoadFromBufferAuto     LoadFromStream     SaveToBuffer    

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