EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.SaveKeyToStream

TElCertificateRequest     See also    


 

Saves the private key for Certificate Request to the stream

 
 

Declaration

[C#]
    void SaveKeyToStream(System.IO.Stream Buffer);

[VB.NET]
    Sub SaveKeyToStream(ByVal Buffer As System.IO.Stream)

[Pascal]
    procedure SaveKeyToStream(Buffer: TStream);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not applicable;
 
 

Parameters

  • Stream - The stream to which the private key is written.
 
 

Description

    Use this method to obtain the private key from Certificate Request and save it to the stream. 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:     SaveKeyToStream     GetPrivateKey     GetRSAParams     GetDSAParams    

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