EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.SaveToStream

TElX509Certificate     See also    


 

Writes the certificate to the stream.

 
 

Declaration

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

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

[Pascal]
    procedure SaveToStream(Stream : TStream);

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

[ActiveX]
    HRESULT _stdcall IElCertificateX.SaveToStream([in] IUnknown * Stream);

[DLL]
    not applicable;
 
 

Parameters

  • Stream - The stream to which the certificate is written. [ActiveX]Pass a reference to IStream interface in this parameter.
 
 

Description

    Use this method to write the certificate to the stream. The certificate is saved in DER format.

 
 

See also:     LoadFromStream     SaveToBuffer    

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