7 references to System
Aspire.Hosting (6)
ApplicationModel\CertificateAuthorityCollectionAnnotation.cs (1)
20
/// consider using <see cref="Override"/> or <see cref="
System
"/> instead. This is the default mode unless
ApplicationModel\CertificateTrustConfigurationCallbackAnnotation.cs (1)
56
/// <see cref="CertificateTrustScope.Override"/> or <see cref="CertificateTrustScope.
System
"/> is configured.
ApplicationModel\ContainerCertificatePathsAnnotation.cs (1)
46
/// <see cref="CertificateTrustScope.
System
"/>.
ApplicationModel\ResourceExtensions.cs (2)
425
if (scope == CertificateTrustScope.
System
)
485
if (scope == CertificateTrustScope.
System
)
ContainerResourceBuilderExtensions.cs (1)
1059
/// <param name="defaultCertificateBundlePaths">List of default certificate bundle paths in the container that will be replaced in <see cref="CertificateTrustScope.Override"/> or <see cref="CertificateTrustScope.
System
"/> modes. If not specified, defaults to <c>/etc/ssl/certs/ca-certificates.crt</c> for Linux containers.</param>
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
369
.WithCertificateTrustScope(CertificateTrustScope.
System
)