<PackageReference Include="Azure.Storage.Blobs" Version="12.29.0" />

Azure.Storage.Sas.UserDelegationKeyProperties

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