共用方式為


KeyProperties Constructors

Definition

Overloads

KeyProperties()

Initializes a new instance of the KeyProperties class.

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

KeyProperties()

Source:
KeyProperties.cs

Initializes a new instance of the KeyProperties class.

public KeyProperties ();
Public Sub New ()

Applies to

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

Source:
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)

Parameters

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

Applies to