IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

usePSS (property)

Whether to use RSA-PSS during signing and verification.

Syntax

@property (nonatomic,readwrite,assign,getter=usePSS,setter=setUsePSS:) BOOL usePSS;
- (BOOL)usePSS;
- (void)setUsePSS:(BOOL)newUsePSS;
public var usePSS: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 iOS Edition - Version 20.0 [Build 8154]