10 references to Certificates
Aspire.Hosting (10)
ApplicationModel\CertificateAuthorityCollectionResourceExtensions.cs (9)
37
/// Adds a certificate to the <see cref="CertificateAuthorityCollection.
Certificates
"/> collection.
47
builder.Resource.
Certificates
.Add(certificate);
52
/// Adds a collection of certificates to the <see cref="CertificateAuthorityCollection.
Certificates
"/> collection.
62
builder.Resource.
Certificates
.AddRange(certificates);
67
/// Adds a collection of certificates to the <see cref="CertificateAuthorityCollection.
Certificates
"/> collection.
77
builder.Resource.
Certificates
.AddRange(certificates.ToArray());
82
/// Adds certificates from a certificate store to the <see cref="CertificateAuthorityCollection.
Certificates
"/> collection.
116
builder.Resource.
Certificates
.AddRange(certificates.ToArray());
121
/// Adds certificates from a PEM file to the <see cref="CertificateAuthorityCollection.
Certificates
"/> collection.
ApplicationModel\ResourceExtensions.cs (1)
413
certificates.AddRange(certCollection.
Certificates
);