# ContainerFileSystemCallbackHttpsCertificateContext Constructors

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

Represents the context for server authentication certificate files in a [ContainerFileSystemCallbackContext](/reference/api/csharp/aspire.hosting/containerfilesystemcallbackcontext.md).

## ContainerFileSystemCallbackHttpsCertificateContext

- Name: `Constructor`

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