ImportKeyRequestMessage.Hsm Property

 

Gets or sets the HSM.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore, 
    NullValueHandling = NullValueHandling.Ignore, PropertyName = "hsm", 
    Required = Required.Default)]
public Nullable<bool> Hsm { get; set; }
public:
[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling::Ignore, 
    NullValueHandling = NullValueHandling::Ignore, PropertyName = "hsm", 
    Required = Required::Default)]
property Nullable<bool> Hsm {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
[<JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore,
    NullValueHandling = NullValueHandling.Ignore, PropertyName = "hsm",
    Required = Required.Default)>]
member Hsm : Nullable<bool> with get, set
<JsonPropertyAttribute(DefaultValueHandling := DefaultValueHandling.Ignore,
    NullValueHandling := NullValueHandling.Ignore, PropertyName := "hsm",
    Required := Required.Default)>
Public Property Hsm As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

The HSM.

See Also

ImportKeyRequestMessage Class
Microsoft.Azure.KeyVault Namespace

Return to top