IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

recipientKeyEncoded (property)

The key.

Syntax

- (NSString*)recipientKeyEncoded:(int)recipientKeyIndex;
- (void)setRecipientKeyEncoded:(int)recipientKeyIndex:(NSString*)newRecipientKeyEncoded;

- (NSData*)recipientKeyEncodedB:(int)recipientKeyIndex; - (void)setRecipientKeyEncodedB:(int)recipientKeyIndex:(NSData*)newRecipientKeyEncoded;
public func recipientKeyEncoded(recipientKeyIndex: Int32) throws -> String
public func setRecipientKeyEncoded(recipientKeyIndex: Int32, newRecipientKeyEncoded: String) throws -> Void
public func recipientKeyEncodedB(recipientKeyIndex: Int32) throws -> Data
public func setRecipientKeyEncodedB(recipientKeyIndex: Int32, newRecipientKeyEncoded: Data) throws -> Void

Default Value

""

Remarks

The key. This property is used to assign a specific key. The RecipientKeyUserId properties may also be used to specify a key.

The RecipientKeyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the RecipientKeyCount property.

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