EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.SaveToStreamSPC

TElX509Certificate     See also    


 

Writes the certificate to the stream in SPC format.

 
 

Declaration

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

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

[Pascal]
    function SaveToStreamSPC(Stream : TStream) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not applicable;
 
 

Parameters

  • Stream - The stream to which the certificate is written.
 
 

Return value

    0 on success.
    SPC error code otherwise.

 

SPC Error Codes

[.NET] [Pascal] Value Description
SB_X509_ERROR_BUFFER_TOO_SMALL 20487 (0x5007) Buffer is to small.
Declared in
[.NET] [Pascal]
Namespace: SBX509
Assembly: SecureBlackbox
Unit: SBX509

 
 

Description

    Use this method to write the certificate to stream. The certificate is saved in SPC (PKCS#7) format.

 
 

See also:     LoadFromStreamSPC     SaveToBufferSPC     LoadFromBuffer     SaveToStream    

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