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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET