次の方法で共有


KeyProperties コンストラクター

定義

オーバーロード

KeyProperties(String)

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

KeyProperties(Uri)

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

KeyProperties(String)

ソース:
KeyProperties.cs
ソース:
KeyProperties.cs

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

public KeyProperties (string name);
new Azure.Security.KeyVault.Keys.KeyProperties : string -> Azure.Security.KeyVault.Keys.KeyProperties
Public Sub New (name As String)

パラメーター

name
String

キーの名前です。

例外

name が空の文字列です。

name が null です。

適用対象

KeyProperties(Uri)

ソース:
KeyProperties.cs
ソース:
KeyProperties.cs

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

public KeyProperties (Uri id);
new Azure.Security.KeyVault.Keys.KeyProperties : Uri -> Azure.Security.KeyVault.Keys.KeyProperties
Public Sub New (id As Uri)

パラメーター

id
Uri

キーの識別子。

例外

id が null です。

適用対象