EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#/Java  VB.NET  Pascal  ActiveX  DLL 


TElPublicKeyMaterial.Load

TElPublicKeyMaterial     See also    


 

Loads the key from the stream.

 
 

Declaration

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

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Stream - the stream with the key.
  • Count - specifies the number of bytes to be read. If this parameter is zero, the stream from current position till the end is read.
    Default value is 0.
 
 

Description

    Use this method to load the key from the stream.

 
 

See also:     LoadFromXML     LoadPublic     LoadSecret     Save     SavePublic     SaveSecret     PublicKey     SecretKey    

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