4 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 (1)
System\Security\Cryptography\X509Certificates\X509KeyUsageExtension.cs (1)
71
keyUsagesAsn = reader.
ReadNamedBitListValue
<KeyUsageFlagsAsn>();
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
121
decoded.FailInfo = sequenceReader.
ReadNamedBitListValue
<System.Security.Cryptography.Pkcs.Asn1.PkiFailureInfo>();