

# Get a Secrets Manager secret value using .NET
<a name="retrieving-secrets-net"></a>

In applications, you can retrieve your secrets by calling `GetSecretValue` or `BatchGetSecretValue`in any of the AWS SDKs. However, we recommend that you cache your secret values by using client-side caching. Caching secrets improves speed and reduces your costs.

**Topics**
+ [Get a Secrets Manager secret value using .NET with client-side caching](retrieving-secrets_cache-net.md)
+ [Get a Secrets Manager secret value using the SDK for .NET](retrieving-secrets-net-sdk.md)