KeyImportParameters 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
| KeyImportParameters() | |
| KeyImportParameters(JsonWebKey, Nullable<Boolean>, KeyAttributes, IDictionary<String,String>) |
KeyImportParameters()
KeyImportParameters(JsonWebKey, Nullable<Boolean>, KeyAttributes, IDictionary<String,String>)
- Source:
- KeyImportParameters.cs
public KeyImportParameters(Microsoft.Azure.KeyVault.WebKey.JsonWebKey key, bool? hsm = default, Microsoft.Azure.KeyVault.Models.KeyAttributes keyAttributes = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.KeyVault.Models.KeyImportParameters : Microsoft.Azure.KeyVault.WebKey.JsonWebKey * Nullable<bool> * Microsoft.Azure.KeyVault.Models.KeyAttributes * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.KeyVault.Models.KeyImportParameters
Public Sub New (key As JsonWebKey, Optional hsm As Nullable(Of Boolean) = Nothing, Optional keyAttributes As KeyAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- key
- JsonWebKey
- hsm
- System.Nullable<System.Boolean>
- keyAttributes
- KeyAttributes
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>