Skip to content
Docs Try Aspire

HttpsCertificateConfigurationCallbackAnnotationContext

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
Context provided to a HttpsCertificateConfigurationCallbackAnnotation callback.
namespace Aspire.Hosting.ApplicationModel;
public sealed class HttpsCertificateConfigurationCallbackAnnotationContext
{
// ...
}
View all constructors
Argumentsget; init
List<object>
CancellationTokenget; init
CancellationToken
CertificatePathget; init
A value provider that will resolve to a path to the certificate file.
EnvironmentVariablesget; init
Dictionary<string, object>
ExecutionContextget; init
Gets the DistributedApplicationExecutionContext for this session.
KeyPathget; init
A value provider that will resolve to a path to the private key for the certificate.
Passwordget; init
A value provider that will resolve to the password for the private key, if applicable.
PfxPathget; init
A value provider that will resolve to a path to a PFX file for the key pair.
Resourceget; init
Gets the resource to which the annotation is applied.
View all properties