KeyProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- keyType
- String
- curve
- String