次の方法で共有


CreateRsaKeyOptions(String, Boolean) コンストラクター

定義

CreateRsaKeyOptions クラスの新しいインスタンスを初期化します。

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

パラメーター

name
String

作成するキーの名前。

hardwareProtected
Boolean

ハードウェア セキュリティ モジュール (HSM) でハードウェアで保護されたキーを作成する場合は True です。 ソフトウェア キーを作成する場合、既定値は false です。

例外

name が空です。

name が null です。

適用対象