Show / Hide Table of Contents

Class UserDelegationKey

A user delegation key.

Inheritance
System.Object
UserDelegationKey
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class UserDelegationKey

Properties

SignedExpiresOn

The date-time the key expires.

Declaration
public DateTimeOffset SignedExpiresOn { get; }
Property Value
System.DateTimeOffset

SignedObjectId

The Azure Active Directory object ID in GUID format.

Declaration
public string SignedObjectId { get; }
Property Value
System.String

SignedService

Abbreviation of the Azure Storage service that accepts the key.

Declaration
public string SignedService { get; }
Property Value
System.String

SignedStartsOn

The date-time the key is active.

Declaration
public DateTimeOffset SignedStartsOn { get; }
Property Value
System.DateTimeOffset

SignedTenantId

The Azure Active Directory tenant ID in GUID format.

Declaration
public string SignedTenantId { get; }
Property Value
System.String

SignedVersion

The service version that created the key.

Declaration
public string SignedVersion { get; }
Property Value
System.String

Value

The key as a base64 string.

Declaration
public string Value { get; }
Property Value
System.String

Back to top Azure SDK for .NET