UserDelegationKey Class

Definition

Represents a user delegation key, provided to the user by Azure Storage based on their Azure Active Directory access token.

public sealed class UserDelegationKey
type UserDelegationKey = class
Public NotInheritable Class UserDelegationKey
Inheritance
UserDelegationKey

Constructors

UserDelegationKey()

Properties

SignedExpiry

The datetime this token expires.

SignedOid

Object ID of this token.

SignedService

What service this key is valid for.

SignedStart

The datetime this token becomes valid.

SignedTid

Tenant ID of the tenant that issued this token.

SignedVersion

The version identifier of the REST service that created this token.

Value

The user delegation key.

Applies to