Discuss this help topic in SecureBlackbox Forum

TElASN1ConstrainedTag.LoadFromStream

TElASN1ConstrainedTag     See also     


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


Declaration

[C#]
    bool LoadFromStream(System.IO.Stream Stream, long Count);

[VB.NET]
    Function LoadFromStream(ByVal Stream As System.IO.Stream, ByVal Count As Long) As Boolean

[Pascal]
    under development

[C++]
    bool LoadFromStream(TStream &Stream, int64_t Count);
    bool LoadFromStream(TStream *Stream, int64_t Count);

[PHP]
    bool LoadFromStream(TStream $Stream, integer $Count)

[Java]
    boolean loadFromStream(TElStream Stream, long Count);

Parameters

  • Stream -
  • Count -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum