Share via


KeyImportParameters.Hsm Property

Definition

Gets or sets whether to import as a hardware key (HSM) or software key.

[Newtonsoft.Json.JsonProperty(PropertyName="Hsm")]
public bool? Hsm { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Hsm")>]
member this.Hsm : Nullable<bool> with get, set
Public Property Hsm As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to