Posts by this author

Sep 20, 2022
Post comments count0
Post likes count0

Guidance for applications using the Key Vault libraries

Guidelines for applications to validate user-provided URIs for Azure Key Vault or Managed HSM to avoid a potential risk of leaking authentication information.

sdkGUIDELINESkeyvault
Apr 28, 2020
Post comments count0
Post likes count0

How to use CancellationTokens to cancel tasks in the Azure SDK for .NET

The ability to cancel long-running tasks is important to help keep applications responsive. Whether the network connection is slow or disconnects, or the user just wants to cancel a long task, using a [`CancellationToken`][CancellationToken] in .NET makes it easy to cancel those long tasks.

dotnet