Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UserDelegationKeyCredential

Package version

ONLY AVAILABLE IN NODE.JS RUNTIME.

UserDelegationKeyCredential is only used for generation of user delegation SAS.

see

https://docs.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas

Hierarchy

  • UserDelegationKeyCredential

Index

Constructors

constructor

Properties

accountName

accountName: string

Azure Storage account name; readonly.

userDelegationKey

userDelegationKey: UserDelegationKey

Azure Storage user delegation key; readonly.

Methods

computeHMACSHA256

  • computeHMACSHA256(stringToSign: string): string

Generated using TypeDoc