Skip to content

Commit a9b1ab2

Browse files
authored
Make ProcessCertificateTrustConfigAsync internal (#12649)
1 parent 84c30cf commit a9b1ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Hosting/ApplicationModel/ResourceExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ internal static IEnumerable<NetworkIdentifier> GetSupportedNetworks(this IResour
387387
/// <param name="certificateDirectoryPathsFactory">A function that takes the active <see cref="CertificateTrustScope"/> and returns a <see cref="ReferenceExpression"/> representing path(s) to a directory containing the custom certificates for the resource.</param>
388388
/// <param name="cancellationToken">A cancellation token to observe while processing.</param>
389389
/// <returns>A task that represents the asynchronous operation.</returns>
390-
public static async ValueTask<(CertificateTrustScope, X509Certificate2Collection?)> ProcessCertificateTrustConfigAsync(
390+
internal static async ValueTask<(CertificateTrustScope, X509Certificate2Collection?)> ProcessCertificateTrustConfigAsync(
391391
this IResource resource,
392392
DistributedApplicationExecutionContext executionContext,
393393
// (unprocessed, processed, exception, isSensitive)

0 commit comments

Comments
 (0)