11 references to X509ExtensionCollection
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\test\CertHelper.cs (1)
109X509ExtensionCollection extensions = new X509ExtensionCollection();
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (3)
158new X509ExtensionCollection() { 182new X509ExtensionCollection() { s_eeConstraints, s_eeKeyUsage, s_ocspResponderEku}, 815extensions ??= new X509ExtensionCollection() { s_eeConstraints, s_eeKeyUsage, s_tlsClientEku };
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
src\Servers\Kestrel\shared\test\CertHelper.cs (1)
109X509ExtensionCollection extensions = new X509ExtensionCollection();
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (3)
158new X509ExtensionCollection() { 182new X509ExtensionCollection() { s_eeConstraints, s_eeKeyUsage, s_ocspResponderEku}, 815extensions ??= new X509ExtensionCollection() { s_eeConstraints, s_eeKeyUsage, s_tlsClientEku };
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
209extensions = new X509ExtensionCollection();
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
35var coll = new X509ExtensionCollection();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
173var coll = new X509ExtensionCollection();