Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.SaveKeyToStream

TElX509Certificate     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


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

Declaration

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

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

[Pascal]
    procedure SaveKeyToStream(Stream: TStream);

[C++]
    void SaveKeyToStream(TStream &Stream);
    void SaveKeyToStream(TStream *Stream);

[PHP]
    void SaveKeyToStream(TStream $Stream)

Parameters

  • Stream - the TStream (in Pascal 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    

Discuss this help topic in SecureBlackbox Forum