22 references to WriteBitString
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
494writer.WriteBitString(signature); 642writer.WriteBitString(signature);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
494writer.WriteBitString(signature); 642writer.WriteBitString(signature);
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnWriter.NamedBitList.cs (4)
174WriteBitString(ReadOnlySpan<byte>.Empty, tag: tag); 187WriteBitString( 200WriteBitString(ReadOnlySpan<byte>.Empty, tag: tag); 216WriteBitString(valueSpan, unusedBits, tag);
System.Security.Cryptography (12)
src\libraries\Common\src\System\Security\Cryptography\Asn1\CurveAsn.xml.cs (1)
32writer.WriteBitString(Seed.Value.Span, 0);
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs (1)
42writer.WriteBitString(PublicKey.Value.Span, 0);
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (1)
27writer.WriteBitString(SubjectPublicKey.Span, 0);
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (1)
285writer.WriteBitString(tmp.AsSpan(0, written));
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (2)
747writer.WriteBitString(curve.Seed); 812writer.WriteBitString(publicKeyBytes.Slice(0, publicKeyLength));
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
182writer.WriteBitString(pkcs1PublicKey);
System\Security\Cryptography\X509Certificates\Asn1\CertificateAsn.xml.cs (1)
29writer.WriteBitString(SignatureValue.Span, 0);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestAsn.xml.cs (1)
29writer.WriteBitString(SignatureValue.Span, 0);
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (2)
110writer.WriteBitString(IssuerUniqueId.Value.Span, 0, new Asn1Tag(TagClass.ContextSpecific, 1)); 116writer.WriteBitString(SubjectUniqueId.Value.Span, 0, new Asn1Tag(TagClass.ContextSpecific, 2));
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
434writer.WriteBitString(signature);
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (1)
27writer.WriteBitString(SubjectPublicKey.Span, 0);
System\Security\Cryptography\Pkcs\Asn1\OriginatorPublicKeyAsn.xml.cs (1)
27writer.WriteBitString(PublicKey.Span, 0);