KeyCreateParameters 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
| KeyCreateParameters() | |
| KeyCreateParameters(String, Nullable<Int32>, IList<String>, KeyAttributes, IDictionary<String,String>, String) |
KeyCreateParameters()
KeyCreateParameters(String, Nullable<Int32>, IList<String>, KeyAttributes, IDictionary<String,String>, String)
- Source:
- KeyCreateParameters.cs
public KeyCreateParameters(string kty, int? keySize = default, System.Collections.Generic.IList<string> keyOps = default, Microsoft.Azure.KeyVault.Models.KeyAttributes keyAttributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string curve = default);
new Microsoft.Azure.KeyVault.Models.KeyCreateParameters : string * Nullable<int> * System.Collections.Generic.IList<string> * Microsoft.Azure.KeyVault.Models.KeyAttributes * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.KeyVault.Models.KeyCreateParameters
Public Sub New (kty As String, Optional keySize As Nullable(Of Integer) = Nothing, Optional keyOps As IList(Of String) = Nothing, Optional keyAttributes As KeyAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional curve As String = Nothing)
Parameters
- kty
- System.String
- keySize
- System.Nullable<System.Int32>
- keyOps
- System.Collections.Generic.IList<System.String>
- keyAttributes
- KeyAttributes
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>
- curve
- System.String