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