IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

recipientKeyPublicKey (property)

This property is a PEM formatted public key.

Syntax

@property (nonatomic,readwrite,assign,getter=recipientKeyPublicKey,setter=setRecipientKeyPublicKey:) NSString* recipientKeyPublicKey;
- (NSString*)recipientKeyPublicKey;
- (void)setRecipientKeyPublicKey:(NSString*)newRecipientKeyPublicKey;
public var recipientKeyPublicKey: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property is a PEM formatted public key. The purpose of this property is to allow easier management of the public key parameters by using only a single value.

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