EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.SaveKeyToStream

TElX509Certificate     See also    


 

Saves the private key of the certificate to the stream object.

 
 

Declaration

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

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

[Pascal]
    procedure SaveKeyToStream(Stream: TStream);

[VB6]
    Sub IElCertificateX.SaveKeyToStream(Stream As IStream)

[ActiveX]
    HRESULT _stdcall IElCertificateX.SaveKeyToStream([in, out] IUnknown ** Stream);

[DLL]
    not applicable;
 
 

Parameters

  • Stream - the TStream (in Pascal case) or IStream (in ActiveX case) object to which the private key is saved
 
 

Description

    This method saves the private key to the provided stream.

 
 

See also:     LoadKeyFromBuffer     LoadKeyFromStream     SaveKeyToBuffer     SaveKeyToStream     SaveKeyToStreamMS     SaveKeyToStreamNET     SaveKeyToStreamPEM     SaveKeyToStreamPVK    

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