SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KeyExpires Property

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

Object Oriented Interface

public function getKeyExpires();
public function setKeyExpires($value);

Procedural Interface

secureblackbox_pgpkeymanager_get($res, 4 );
secureblackbox_pgpkeymanager_set($res, 4, $value );

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.

This property is not available at design time.

Data Type

Integer

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