EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.LoadKeyFromBuffer

TElCertificateRequest     See also    


 

This method loads private key from buffer.

 
 

Declaration

[C#]
    int LoadKeyFromBuffer(byte[] Buffer, int StartIndex, int Size);

[VB.NET]
    Function LoadKeyFromBuffer(ByVal Buffer As Byte(), ByVal StartIndex As Integer, ByVal Size As Integer) As Integer

[Pascal]
    function LoadKeyFromBuffer( Buffer : pointer; Size : integer) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Buffer - pointer to buffer with private key data
  • StartIndex - index of the first byte of the key data in Buffer
  • Size - the length of the key data in bytes
 
 

Return value

    Returns 0 on success, and error code otherwise.

 
 

Description

    Use this method to load a private key to be used for request regeneration from buffer.

 
 

See also:     LoadKeyFromBufferPEM     LoadKeyFromStream     LoadKeyFromStreamPEM    

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