IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyId (property)

The Id of the key used to sign the message.

Syntax

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

Default Value

""

Remarks

This property optionally specifies the Id of the key used to sign the message.

Any string value may be supplied here to help the other party identify the key used to sign the message. This may be set before calling the Sign method.

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