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

Azure.Storage.Files.DataLake.Models.UserDelegationKey

public class UserDelegationKey
A user delegation key

The date-time the key expires

public string SignedObjectId { get; }

The Azure Active Directory object ID in GUID format.

public string SignedService { get; }

Abbreviation of the Azure Storage service that accepts the key

The date-time the key is active

public string SignedTenantId { get; }

The Azure Active Directory tenant ID in GUID format

public string SignedVersion { get; }

The service version that created the key

public string Value { get; }

The key as a base64 string