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

KeyItem 类

定义

包含密钥元数据的键项。

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

构造函数

KeyItem()

初始化 KeyItem 类的新实例。

KeyItem(String, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>)

初始化 KeyItem 类的新实例。

属性

Attributes

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

Identifier

密钥对象的标识符

Kid

获取或设置密钥标识符。

Managed

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

Tags

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

适用于