Skip to content
Docs Try Aspire

CertificateTrustConfigurationCallbackAnnotationContext

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
Context provided to a CertificateTrustConfigurationCallbackAnnotation callback.
namespace Aspire.Hosting.ApplicationModel;
public sealed class CertificateTrustConfigurationCallbackAnnotationContext
{
// ...
}
View all constructors
Argumentsget; init
List<object>
CancellationTokenget; init
CancellationToken
CertificateBundlePathget; init
A value provider that will resolve to a path to a custom certificate bundle.
CertificateDirectoriesPathget; init
A value provider that will resolve to paths containing individual certificates.
EnvironmentVariablesget; init
Dictionary<string, object>
ExecutionContextget; init
Gets the DistributedApplicationExecutionContext for this session.
Resourceget; init
Gets the resource to which the annotation is applied.
Scopeget; init
Gets the CertificateTrustScope for the resource.
View all properties