48 instantiations of X509Certificate2Collection
Aspire.Hosting (4)
Aspire.Hosting.Tests (1)
dotnet-svcutil-lib (2)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.Build.Tasks.Core (1)
NuGet.Commands (4)
NuGet.Packaging (3)
System.DirectoryServices.AccountManagement (1)
System.Net.Http (1)
System.Net.Http.WinHttpHandler (3)
System.Net.Quic (2)
System.Net.Security (1)
System.Security.Cryptography (7)
System.Security.Cryptography.Pkcs (13)
System.Security.Cryptography.Xml (2)
System.ServiceModel.Primitives (1)
System.Windows.Extensions (1)
264 references to X509Certificate2Collection
aspire (4)
Aspire.Dashboard (1)
Aspire.Hosting (13)
Aspire.Hosting.Tests (1)
Aspire.Playground.Tests (3)
Aspire.TestUtilities (3)
Binding.UDS.IntegrationTests (1)
dotnet-dev-certs (1)
dotnet-svcutil-lib (13)
Infrastructure.Common (1)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Microsoft.Build.Tasks.Core (5)
netstandard (1)
NuGet.Commands (9)
NuGet.Configuration (1)
NuGet.Packaging (23)
PresentationUI (2)
RepoTasks (1)
Security.TransportSecurity.IntegrationTests (2)
System (1)
System.DirectoryServices.AccountManagement (6)
System.Net.Http (3)
System.Net.Http.WinHttpHandler (7)
System.Net.Quic (2)
System.Net.Security (9)
System.Security.Cryptography (58)
System.Security.Cryptography.Pkcs (55)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (3)
19public sealed override unsafe byte[] Encrypt(CmsRecipientCollection recipients, ContentInfo contentInfo, AlgorithmIdentifier contentEncryptionAlgorithm, X509Certificate2Collection originatorCerts, CryptographicAttributeObjectCollection unprotectedAttributes)
106public static SafeCryptMsgHandle CreateCryptMsgHandleToEncode(CmsRecipientCollection recipients, Oid innerContentType, AlgorithmIdentifier contentEncryptionAlgorithm, X509Certificate2Collection originatorCerts, CryptographicAttributeObjectCollection unprotectedAttributes)
136private static unsafe CMSG_ENVELOPED_ENCODE_INFO* CreateCmsEnvelopedEncodeInfo(CmsRecipientCollection recipients, AlgorithmIdentifier contentEncryptionAlgorithm, X509Certificate2Collection originatorCerts, CryptographicAttributeObjectCollection unprotectedAttributes, HeapBlockRetainer hb)
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.Xml (7)
System.ServiceModel.Primitives (6)
System.Windows.Extensions (9)
System\Security\Cryptography\X509Certificates\X509Certificate2UI.cs (6)
35public static X509Certificate2Collection SelectFromCollection(X509Certificate2Collection certificates, string? title, string? message, X509SelectionFlag selectionFlag)
40public static X509Certificate2Collection SelectFromCollection(X509Certificate2Collection certificates, string? title, string? message, X509SelectionFlag selectionFlag, IntPtr hwndParent)
90private static X509Certificate2Collection SelectFromCollectionHelper(X509Certificate2Collection certificates, string? title, string? message, X509SelectionFlag selectionFlag, IntPtr hwndParent)