We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50bc8f commit 22c8ed5Copy full SHA for 22c8ed5
1 file changed
Asn1Parser/Asn1Reader.cs
@@ -586,7 +586,7 @@ public Asn1Universal GetTagObject() {
586
/// </summary>
587
/// <returns>A new instance of <see cref="Asn1Reader"/>.</returns>
588
public Asn1Reader GetReader() {
589
- return new Asn1Reader(GetRawDataAsMemory(), 0, true);
+ return new Asn1Reader(GetTagRawDataAsMemory(), 0, true);
590
}
591
/// <summary>
592
/// Recursively processes ASN tree and builds internal offset map.
0 commit comments