你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UserDelegationKey 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用户委托密钥。
public class UserDelegationKey
type UserDelegationKey = class
Public Class UserDelegationKey
- 继承
-
UserDelegationKey
属性
SignedExpiresOn |
密钥过期的日期-时间。 |
SignedObjectId |
GUID 格式的 Azure Active Directory 对象 ID。 |
SignedService |
接受密钥的 Azure 存储服务的缩写。 |
SignedStartsOn |
密钥处于活动状态的日期时间。 |
SignedTenantId |
GUID 格式的 Azure Active Directory 租户 ID。 |
SignedVersion |
创建密钥的服务版本。 |
Value |
作为 base64 字符串的键。 |