Gets the range of bytes as an array of pairs of integers (starting byte offset, length
in bytes) of the document covered for integrity by this signature.
Syntax
public long[] ByteRange {get;}
public: __property long[]* get_ByteRange();
'Declaration
Public ReadOnly Property ByteRange As Long()
'Usage
Dim instance As Signature
Dim value() As Long
value = instance.ByteRange
Property Value
The range of bytes of the document covered for integrity by this signature. An array of
pairs of integers (starting byte offset, length in bytes).
See Also