Cloud Keys 2020 Python Edition

Questions / Feedback?

get_public_key Method

Retrieves the public key of an asymmetric key pair.

Syntax

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

Remarks

This method retrieves the public key of the asymmetric key pair version specified by KeyName and VersionId. The algorithm of the key pair version is also retrieved. If successful, this method populates the public_key and public_key_algorithm properties.

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