IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

UsePSS Property

Whether to use RSA-PSS during signing and verification.

Object Oriented Interface

public function getUsePSS();
public function setUsePSS($value);

Procedural Interface

ipworksencrypt_smime_get($res, 44 );
ipworksencrypt_smime_set($res, 44, $value );

Default Value

false

Remarks

This property specifies whether RSA-PSS will be used when signing and verifying messages. The default value is False.

Data Type

Boolean

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