Key.UpdateStages.WithHsm Interface
public static interface Key.UpdateStages.WithHsm
The stage of a key update allowing to specify whether to store the key in hardware security modules.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Update |
withHsm(boolean isHsm)
Specifies whether to store the key in hardware security modules. |
Method Details
withHsm
public abstract Key.UpdateWithImport withHsm(boolean isHsm)
Specifies whether to store the key in hardware security modules.
Parameters:
isHsm
- store in Hsm if true
Returns:
the next stage of the update
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java