# HttpsCertificateConfigurationCallbackAnnotationContext Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [HttpsCertificateConfigurationCallbackAnnotationContext](/reference/api/csharp/aspire.hosting/httpscertificateconfigurationcallbackannotationcontext.md)
- Kind: `Constructors`
- Members: `1`

Context provided to a [HttpsCertificateConfigurationCallbackAnnotation](/reference/api/csharp/aspire.hosting/httpscertificateconfigurationcallbackannotation.md) callback.

## HttpsCertificateConfigurationCallbackAnnotationContext

- Name: `Constructor`

```csharp
public sealed class HttpsCertificateConfigurationCallbackAnnotationContext
{
    public HttpsCertificateConfigurationCallbackAnnotationContext()
    {
        // ...
    }
}
```
