<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.22.0" />

Azure.Storage.Sas.UserDelegationKeyProperties

Encapsulates the shared properties used by both BlobSasQueryParameters and DataLakeSasQueryParameters.
namespace Azure.Storage.Sas { internal class UserDelegationKeyProperties { public void AppendProperties(StringBuilder stringBuilder); public UserDelegationKeyProperties(); } }