Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LengthDecodeStatus
enum
System.Formats.Asn1.AsnDecoder.LengthDecodeStatus
private
Enumerator
NeedMoreData
DerIndefinite
ReservedValue
LengthTooBig
LaxEncodingProhibited
Success
Definition at line
14
of file
AsnDecoder.cs
.
15
{
16
NeedMoreData
,
17
DerIndefinite
,
18
ReservedValue
,
19
LengthTooBig
,
20
LaxEncodingProhibited
,
21
Success
22
}
System.Formats.Asn1.AsnDecoder.LengthDecodeStatus.Success
@ Success
System.Formats.Asn1.AsnDecoder.LengthDecodeStatus.LengthTooBig
@ LengthTooBig
System.Formats.Asn1.AsnDecoder.LengthDecodeStatus.DerIndefinite
@ DerIndefinite
System.Formats.Asn1.AsnDecoder.LengthDecodeStatus.LaxEncodingProhibited
@ LaxEncodingProhibited
System.Formats.Asn1.AsnDecoder.LengthDecodeStatus.NeedMoreData
@ NeedMoreData
System.Formats.Asn1.AsnDecoder.LengthDecodeStatus.ReservedValue
@ ReservedValue
System
Formats
Asn1
AsnDecoder
Generated by
1.10.0