2 references to WellKnownOids
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.Oid.cs (1)
65
string? wellKnown =
WellKnownOids
.GetValue(contents);
System\Formats\Asn1\AsnWriter.Oid.cs (1)
63
ReadOnlySpan<byte> wellKnownContents =
WellKnownOids
.GetContents(oidValue);