9 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\CertificateTrustExecutionConfigurationGatherer.cs (2)
59
if (additionalData.Scope == CertificateTrustScope.
System
)
112
if (additionalData.Scope == CertificateTrustScope.
System
)
ApplicationModel\ContainerCertificatePathsAnnotation.cs (1)
46
/// <see cref="CertificateTrustScope.
System
"/>.
ContainerResourceBuilderExtensions.cs (1)
1126
/// <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)
420
.WithCertificateTrustScope(CertificateTrustScope.
System
)
Aspire.Hosting.Tests (2)
ExecutionConfigurationGathererTests.cs (2)
242
.WithCertificateTrustScope(CertificateTrustScope.
System
)
257
Assert.Equal(CertificateTrustScope.
System
, metadata.Scope);