IPWorks EDI 2020 macOS Edition

Questions / Feedback?

RecipientCertKeyPassword Property

The password for the certificate's private key (if any).

Syntax

public var recipientCertKeyPassword: String {
get {...}
set {...} }

Default Value

""

Remarks

The password for the certificate's private key (if any).

Some certificate stores may individually protect certificates' private keys, separate from the standard protection offered by the StorePassword. KeyPassword. This can be used to read such password-protected private keys.

Note: this property defaults to the value of StorePassword. To clear it, you must set the property to the empty string (""). It can be set at any time, but must be set before calling PrivateKey when the private key's password is different from the store's.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 macOS Edition - Version 20.0 [Build 8203]