Class UserDelegationKey
A user delegation key
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class UserDelegationKey
Properties
SignedExpiresOn
The date-time the key expires
Declaration
public DateTimeOffset SignedExpiresOn { get; }
Property Value
DateTimeOffset
|
SignedObjectId
The Azure Active Directory object ID in GUID format.
Declaration
public string SignedObjectId { get; }
Property Value
String
|
SignedService
Abbreviation of the Azure Storage service that accepts the key
Declaration
public string SignedService { get; }
Property Value
String
|
SignedStartsOn
The date-time the key is active
Declaration
public DateTimeOffset SignedStartsOn { get; }
Property Value
DateTimeOffset
|
SignedTenantId
The Azure Active Directory tenant ID in GUID format
Declaration
public string SignedTenantId { get; }
Property Value
String
|
SignedVersion
The service version that created the key
Declaration
public string SignedVersion { get; }
Property Value
String
|