IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

signUserId (method)

Signs the specified user Id of the current key.

Syntax

- (void)signUserId:(NSString*)userId :(NSString*)issuerUserId;
public func signUserId(_ userId: String, _ issuerUserId: String) throws -> Void

Remarks

This method signs the UserId with the IssuerUserId.

To sign all user Ids in the current key set the UserId parameter to "*".

The key's passphrase is required for this operation and may be specified via KeyPassphrase or through the KeyPassphrase event.

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