8 references to AsnReaderOptions
System.Formats.Asn1 (8)
System\Formats\Asn1\AsnDecoder.cs (4)
756
private readonly
AsnReaderOptions
_options;
791
public AsnReader(ReadOnlyMemory<byte> data, AsnEncodingRules ruleSet,
AsnReaderOptions
options = default)
913
private readonly
AsnReaderOptions
_options;
948
public ValueAsnReader(ReadOnlySpan<byte> data, AsnEncodingRules ruleSet,
AsnReaderOptions
options = default)
System\Formats\Asn1\AsnDecoder.SetOf.cs (2)
136
/// using the <see cref="
AsnReaderOptions
.SkipSetSortOrderVerification"/> value
233
/// using the <see cref="
AsnReaderOptions
.SkipSetSortOrderVerification"/> value
System\Formats\Asn1\AsnDecoder.UtcTime.cs (2)
245
/// <see cref="
AsnReaderOptions
.UtcTimeTwoDigitYearMax"/> value from options passed to
330
/// <see cref="
AsnReaderOptions
.UtcTimeTwoDigitYearMax"/> value from options passed to