UserDelegationKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET