EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.LoadKeyFromBuffer

TElX509Certificate     See also    


 

Load the certificate's corresponding private key from the memory buffer.

 
 

Declaration

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

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

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

[VB6]
    Sub IElCertificateX2.LoadKeyFromBuffer(Buffer As Byte())

[ActiveX]
    HRESULT _stdcall IElCertificateX2.LoadKeyFromBuffer([in] VARIANT Buffer);

[DLL]
    __stdcall DWORD SBX509LoadKeyFromBuffer(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 key 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's private key from the provided memory location of the given size. The key must have been saved in DER format.

 
 

See also:     LoadKeyFromStream     SaveKeyToBuffer     LoadKeyFromBufferMS     LoadKeyFromBufferNET     LoadKeyFromBufferPEM     LoadKeyFromBufferPVK    

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