# DaprSecretKeyRef Constructors

- Package: [CommunityToolkit.Aspire.Hosting.Dapr](/reference/api/csharp/communitytoolkit.aspire.hosting.dapr.md)
- Type: [DaprSecretKeyRef](/reference/api/csharp/communitytoolkit.aspire.hosting.dapr/daprsecretkeyref.md)
- Kind: `Constructors`
- Members: `1`

Represents a Dapr secret key reference

## DaprSecretKeyRef

- Name: `Constructor`

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