你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeyBundle 类

定义

由 WebKey 及其属性组成的 KeyBundle。

public class KeyBundle
type KeyBundle = class
Public Class KeyBundle
继承
KeyBundle
派生

构造函数

KeyBundle()

初始化 KeyBundle 类的新实例。

KeyBundle(JsonWebKey, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>)

初始化 KeyBundle 类的新实例。

属性

Attributes

获取或设置密钥管理属性。

Key

获取或设置 Json Web 密钥。

KeyIdentifier

密钥对象的标识符

Managed

如果密钥的生存期由密钥保管库管理,则为 true。 如果这是支持证书的密钥,则托管为 true。

Tags

以键值对的形式获取或设置特定于应用程序的元数据。

适用于