4 references to EndOfContentsEncodedLength
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.cs (2)
478
if (tag.IsConstructed || length != 0 || headerLength !=
EndOfContentsEncodedLength
)
527
bytesConsumed = actualLength +
EndOfContentsEncodedLength
;
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
93
bytesConsumed = len + headerLength +
EndOfContentsEncodedLength
;
System\Formats\Asn1\AsnDecoder.SetOf.cs (1)
94
suffix =
EndOfContentsEncodedLength
;