8 references to WriteBoolean
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
453writer.WriteBoolean(true);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
453writer.WriteBoolean(true);
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (1)
54tmp.WriteBoolean(Critical);
System\Security\Cryptography\X509Certificates\Asn1\BasicConstraintsAsn.xml.cs (1)
45tmp.WriteBoolean(CA);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
402writer.WriteBoolean(true);
System.Security.Cryptography.Pkcs (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (1)
54tmp.WriteBoolean(Critical);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (1)
71tmp.WriteBoolean(CertReq);
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
72tmp.WriteBoolean(Ordering);