CborReader.MaxDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum depth allowed when reading CBOR data.
public:
property int MaxDepth { int get(); };
public int MaxDepth { get; }
member this.MaxDepth : int
Public ReadOnly Property MaxDepth As Integer
Property Value
The maximum depth allowed when reading CBOR data. The default is 64.