IPWorks Auth 2020 Python Edition

Questions / Feedback?

cert_public_key_algorithm Property

Textual description of the public key algorithm of the certificate.

Syntax

def get_cert_public_key_algorithm() -> str: ...
def set_cert_public_key_algorithm(value: str) -> None: ...

cert_public_key_algorithm = property(get_cert_public_key_algorithm, set_cert_public_key_algorithm)

Default Value

""

Remarks

Textual description of the public key algorithm of the certificate. The property contains either the name of the algorithm (such as "RSA" or "RSA_DH"), or an object identifier (OID) string representing the algorithm.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]