你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UserDelegationKey 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用户委托密钥,该密钥由 Azure 存储基于其 Azure Active Directory 访问令牌提供给用户。
public sealed class UserDelegationKey
type UserDelegationKey = class
Public NotInheritable Class UserDelegationKey
- 继承
-
UserDelegationKey
构造函数
UserDelegationKey() |
表示用户委托密钥,该密钥由 Azure 存储基于其 Azure Active Directory 访问令牌提供给用户。 |
属性
SignedExpiry |
此令牌过期的日期时间。 |
SignedOid |
此令牌的对象 ID。 |
SignedService |
此密钥的有效服务。 |
SignedStart |
此令牌生效的日期时间。 |
SignedTid |
颁发此令牌的租户的租户 ID。 |
SignedVersion |
创建此令牌的 REST 服务的版本标识符。 |
Value |
用户委托密钥。 |