SignDoc SDK (.NET without exceptions)  5.0.0
Blobs Class Reference

An array of blobs. More...

Public Member Functions

 ~Blobs ()
 Destructor. More...
 
 !Blobs ()
 Finalizer. More...
 
 Blobs ()
 Constructor. More...
 
byte[] get (UInt32 aIndex)
 Get the blob at the specified index. More...
 

Properties

property UInt32 Length [get]
 The number of elements. More...
 

Detailed Description

An array of blobs.

Constructor & Destructor Documentation

~Blobs ( )

Destructor.

!Blobs ( )

Finalizer.

Blobs ( )

Constructor.

Member Function Documentation

byte [] get ( UInt32  aIndex)

Get the blob at the specified index.

Parameters
[in]aIndexThe 0-based index.
Returns
The specified blob.
Note
The WinRT component returns null instead of an empty blob.

Property Documentation

property UInt32 Length
get

The number of elements.


The documentation for this class was generated from the following file: