10 references to Certificates
Aspire.Hosting (10)
ApplicationModel\CertificateAuthorityCollectionResourceExtensions.cs (9)
39/// Adds a certificate to the <see cref="CertificateAuthorityCollection.Certificates"/> collection. 49builder.Resource.Certificates.Add(certificate); 54/// Adds a collection of certificates to the <see cref="CertificateAuthorityCollection.Certificates"/> collection. 64builder.Resource.Certificates.AddRange(certificates); 69/// Adds a collection of certificates to the <see cref="CertificateAuthorityCollection.Certificates"/> collection. 79builder.Resource.Certificates.AddRange(certificates.ToArray()); 84/// Adds certificates from a certificate store to the <see cref="CertificateAuthorityCollection.Certificates"/> collection. 118builder.Resource.Certificates.AddRange(certificates.ToArray()); 123/// Adds certificates from a PEM file to the <see cref="CertificateAuthorityCollection.Certificates"/> collection.
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
46certificates.AddRange(certCollection.Certificates);