5 references to ReadNamedBitListValue
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.NamedBitList.cs (2)
719/// <seealso cref="ReadNamedBitListValue{TFlagsEnum}"/> 757/// <seealso cref="ReadNamedBitListValue{TFlagsEnum}"/>
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointAsn.xml.cs (1)
117decoded.Reasons = sequenceReader.ReadNamedBitListValue<System.Security.Cryptography.X509Certificates.Asn1.ReasonFlagsAsn>(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\X509Certificates\X509KeyUsageExtension.cs (1)
71keyUsagesAsn = reader.ReadNamedBitListValue<KeyUsageFlagsAsn>();
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
121decoded.FailInfo = sequenceReader.ReadNamedBitListValue<System.Security.Cryptography.Pkcs.Asn1.PkiFailureInfo>();