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

Azure.Storage.Blobs.Models.KeyInfo

Key information.
public string DelegatedUserTid { get; set; }

The delegated user tenant id in Azure AD.

public string Expiry { get; }

The date-time the key expires in ISO 8601 UTC time.

public string Start { get; set; }

The date-time the key is active in ISO 8601 UTC time.

public KeyInfo(string expiry)

Initializes a new instance of KeyInfo.