EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAlgorithmIdentifier.WriteParameters

TElAlgorithmIdentifier     See also    


 

Writes algorithm parameters to buffer.

 
 

Declaration

[C#]
    virtual byte[] WriteParameters();

[VB.NET]
    Overridable Function WriteParameters() As Byte()

[Pascal]
    function WriteParameters : BufferType; virtual;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Return value

    Returns a memory buffer with algorithm parameters.

 
 

Description

    Use this method to write algorithm parameters to a memory buffer. Note, this method saves algorithm parameters only. To save all algorithm data, use SaveToBuffer.

 
 

See also:     SaveToBuffer     SaveToTag    

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