10 references to Certificates
Aspire.Hosting (10)
ApplicationModel\CertificateAuthorityCollectionResourceExtensions.cs (9)
41/// Adds a certificate to the <see cref="CertificateAuthorityCollection.Certificates"/> collection. 53builder.Resource.Certificates.Add(certificate); 58/// Adds a collection of certificates to the <see cref="CertificateAuthorityCollection.Certificates"/> collection. 70builder.Resource.Certificates.AddRange(certificates); 75/// Adds a collection of certificates to the <see cref="CertificateAuthorityCollection.Certificates"/> collection. 87builder.Resource.Certificates.AddRange(certificates.ToArray()); 92/// Adds certificates from a certificate store to the <see cref="CertificateAuthorityCollection.Certificates"/> collection. 128builder.Resource.Certificates.AddRange(certificates.ToArray()); 133/// Adds certificates from a PEM file to the <see cref="CertificateAuthorityCollection.Certificates"/> collection.
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
47certificates.AddRange(certCollection.Certificates);