IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

signatureXPath (property)

The XPath of the signature.

Syntax

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

Default Value

"/"

Remarks

This property specifies the XPath in the XML where the signature will be placed.

This may be set before calling Sign. This property will be populated when calling VerifySignature.

The default value is "/".

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