IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

signerKeyEncoded (property)

The key.

Syntax

- (NSString*)signerKeyEncoded:(int)signerKeyIndex;
- (void)setSignerKeyEncoded:(int)signerKeyIndex:(NSString*)newSignerKeyEncoded;

- (NSData*)signerKeyEncodedB:(int)signerKeyIndex; - (void)setSignerKeyEncodedB:(int)signerKeyIndex:(NSData*)newSignerKeyEncoded;
public func signerKeyEncoded(signerKeyIndex: Int32) throws -> String
public func setSignerKeyEncoded(signerKeyIndex: Int32, newSignerKeyEncoded: String) throws -> Void
public func signerKeyEncodedB(signerKeyIndex: Int32) throws -> Data
public func setSignerKeyEncodedB(signerKeyIndex: Int32, newSignerKeyEncoded: Data) throws -> Void

Default Value

""

Remarks

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

The SignerKeyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the SignerKeyCount property.

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