SecureBlackbox 2020 Python Edition

Questions / Feedback?

cert_request_valid Property

Indicates whether or not the signature on the request is valid and matches the public key contained in the request.

Syntax

def get_cert_request_valid() -> bool: ...

cert_request_valid = property(get_cert_request_valid, None)

Default Value

FALSE

Remarks

Indicates whether or not the signature on the request is valid and matches the public key contained in the request.

This property is read-only.

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