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();
}
}