KeyImportParameters Class
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.
The key import parameters.
public class KeyImportParameters
type KeyImportParameters = class
Public Class KeyImportParameters
- Inheritance
-
KeyImportParameters
Constructors
KeyImportParameters() |
Initializes a new instance of the KeyImportParameters class. |
KeyImportParameters(JsonWebKey, Nullable<Boolean>, KeyAttributes, IDictionary<String,String>) |
Initializes a new instance of the KeyImportParameters class. |
Properties
Hsm |
Gets or sets whether to import as a hardware key (HSM) or software key. |
Key |
Gets or sets the Json web key |
KeyAttributes |
Gets or sets the key management attributes. |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET