ShareGetUserDelegationKeyOptions Class

Definition

Parameters for Get User Delegation Key.

public class ShareGetUserDelegationKeyOptions
type ShareGetUserDelegationKeyOptions = class
Public Class ShareGetUserDelegationKeyOptions
Inheritance
ShareGetUserDelegationKeyOptions

Constructors

Name Description
ShareGetUserDelegationKeyOptions(DateTimeOffset)

Constructor for ShareGetUserDelegationKeyOptions.

Properties

Name Description
DelegatedUserTenantId

Optional. The delegated user tenant id in Azure AD.

ExpiresOn

Expiration of the key's validity. The time should be specified in UTC.

StartsOn

Optional. Start time for the key's validity, with null indicating an immediate start. The time should be specified in UTC.

Note: If you set the start time to the current time, failures might occur intermittently for the first few minutes. This is due to different machines having slightly different current times (known as clock skew).

Applies to