EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.LoadKeyFromStream

TElCertificateRequest     See also    


 

Reads the private key from the stream.

 
 

Declaration

[C#]
    void LoadKeyFromStream(System.IO.Stream Stream, int Count /* = 0 */);

[VB.NET]
    Sub LoadKeyFromStream(ByVal Stream As System.IO.Stream, ByVal Count As Integer = 0)

[Pascal]
    procedure LoadKeyFromStream(Stream: TStream; Count : integer = 0);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not applicable;
 
 

Parameters

  • Stream - The stream from which the certificate request is loaded.
  • Count - Optional parameter that specified the number of bytes to be read. If this parameter is zero, the stream from current position till the end is read.
 
 

Return value

    Returns 0 on success, and error code otherwise.

 
 

Description

    Use this method to load a private key to be used for request regeneration from stream.

 
 

See also:     LoadKeyFromBuffer     LoadKeyFromBufferPEM     LoadKeyFromStreamPEM     KeyMaterial    

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