Discuss this help topic in SecureBlackbox Forum

TElASN1ConstrainedTag.LoadFromStreamSingle

TElASN1ConstrainedTag     See also     


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


Declaration

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

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

[Pascal]
    under development

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

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

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

Parameters

  • Stream -
  • Count -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum