Cloud Keys 2020 Python Edition

Questions / Feedback?

set_primary_version Method

Sets the primary version of a symmetric key.

Syntax

def set_primary_version(key_name: str, version_id: str) -> None: ...

Remarks

This method sets the primary version of the symmetric key specified by KeyName to the version identified by VersionId.

A symmetric key's primary version is the one used by the server when encrypt is called. It can be changed at any time. Asymmetric keys cannot have primary versions.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Python Edition - Version 20.0 [Build 8157]