次の方法で共有


KeyProperties コンストラクター

定義

オーバーロード

KeyProperties()

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

KeyProperties(Nullable<Boolean>, String, Nullable<Int32>, Nullable<Boolean>, String)

KeyProperties()

ソース:
KeyProperties.cs

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

public KeyProperties ();
Public Sub New ()

適用対象

KeyProperties(Nullable<Boolean>, String, Nullable<Int32>, Nullable<Boolean>, String)

ソース:
KeyProperties.cs
public KeyProperties (bool? exportable = default, string keyType = default, int? keySize = default, bool? reuseKey = default, string curve = default);
new Microsoft.Azure.KeyVault.Models.KeyProperties : Nullable<bool> * string * Nullable<int> * Nullable<bool> * string -> Microsoft.Azure.KeyVault.Models.KeyProperties
Public Sub New (Optional exportable As Nullable(Of Boolean) = Nothing, Optional keyType As String = Nothing, Optional keySize As Nullable(Of Integer) = Nothing, Optional reuseKey As Nullable(Of Boolean) = Nothing, Optional curve As String = Nothing)

パラメーター

exportable
Nullable<Boolean>
keyType
String
keySize
Nullable<Int32>
reuseKey
Nullable<Boolean>
curve
String

適用対象