EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.SaveKeyToBuffer

TElCertificateRequest     See also    


 

Saves the private key for Certificate Request to the buffer.

 
 

Declaration

[C#]
    bool SaveKeyToBuffer(out byte[] Buffer);
    bool SaveKeyToBuffer(ref byte[] Buffer, ref int Size);

[VB.NET]
    Function SaveKeyToBuffer(ByRef Buffer As Byte()) As Boolean
    Function SaveKeyToBuffer(ByRef Buffer As Byte(), ByRef Size As Integer) As Boolean

[Pascal]
    function SaveKeyToBuffer(Buffer : pointer; var Size : integer) : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Buffer - pointer to buffer where to put the private key
  • Size - the length of the private key in bytes
 
 

Return value

    True on success.
    False otherwise.

 
 

Description

    Use this method to obtain the private key from Certificate Request and save it to the buffer. Note, that private key is available only for just generated requests. If the request is loaded from file, its private key is inaccessible.

 
 

See also:     SaveKeyToBuffer     GetPrivateKey     GetRSAParams     GetDSAParams    

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