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

CreateOctKeyOptions(String, Boolean) 构造函数

定义

初始化 CreateOctKeyOptions 类的新实例。

public CreateOctKeyOptions (string name, bool hardwareProtected = false);
new Azure.Security.KeyVault.Keys.CreateOctKeyOptions : string * bool -> Azure.Security.KeyVault.Keys.CreateOctKeyOptions
Public Sub New (name As String, Optional hardwareProtected As Boolean = false)

参数

name
String

要创建的密钥的名称。

hardwareProtected
Boolean

如果该属性值为 True,则 (HSM) 的硬件安全模块中创建受硬件保护的密钥。 创建软件密钥的默认值为 false。

例外

name 为空。

name 为 null。

适用于