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

KeyVaultSigningKey 类

定义

介绍将用户的 KeyVault 用于 URL 签名密钥的参数。

public class KeyVaultSigningKey
type KeyVaultSigningKey = class
Public Class KeyVaultSigningKey
继承
KeyVaultSigningKey

构造函数

KeyVaultSigningKey(KeyVaultSigningKeyType, String, String, String, String, String)

初始化 KeyVaultSigningKey 的新实例。

属性

KeyType

获取或设置键类型。

ResourceGroupName

包含机密的用户密钥保管库的资源组。

SecretName

密钥保管库中的机密名称。

SecretVersion

密钥保管库中机密的版本 (GUID) 。

SubscriptionId

包含机密的用户密钥保管库的订阅 ID。

VaultName

包含机密的用户密钥保管库的名称。

适用于