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

ObjectIdentifier 类

定义

密钥保管库对象标识符。

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

构造函数

ObjectIdentifier()

构造函数。

ObjectIdentifier(String, String)

构造函数。

ObjectIdentifier(String, String, String, String)

构造函数。

属性

BaseIdentifier

对象的基标识符不包括对象版本。

Identifier

对象的标识符,包括对象版本。

Name

对象的名称。

Vault

包含对象的保管库

VaultWithoutScheme

无方案的保管库 URL

Version

对象的版本。

方法

IsObjectIdentifier(String, String)

验证标识符是否属于密钥保管库对象。

ToString()

密钥保管库对象标识符。

适用于