EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.SaveKeyToStreamMS

TElX509Certificate     See also    


 

Saves the private key of the certificate to the stream in PRIVATEKEYBLOB format compatible with CryptoAPI.

 
 

Declaration

[C#]
    int SaveKeyToStreamMS(System.IO.Stream Stream);

[VB.NET]
    Function SaveKeyToStreamMS(ByVal Stream As System.IO.Stream) As Integer

[Pascal]
    procedure SaveKeyToStream(Stream: TStream);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not applicable;
 
 

Parameters

  • Stream - the TStream object to which the private key is saved
 
 

Description

    This method saves the private key to the provided stream.

 
 

See also:     LoadKeyFromBufferMS     LoadKeyFromStreamMS     SaveKeyToBufferMS     SaveKeyToStream     SaveKeyToStreamNET     SaveKeyToStreamPEM     SaveKeyToStreamPVK    

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