SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_expires Property

Indicates key expiration time in whole days from its generation moment.

Syntax

def get_key_expires() -> int: ...
def set_key_expires(value: int) -> None: ...

key_expires = property(get_key_expires, set_key_expires)

Default Value

0

Remarks

Indicates key expiration time in whole days from its generation moment. The value of 0 indicates that the key does not expire.

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