# ContainerCertificatePathsAnnotation Constructors

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

An annotation that allows overriding default certificate paths for container resources.

## ContainerCertificatePathsAnnotation

- Name: `Constructor`

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