certificate.verifyXmlSignature(options)

Note:

The content in this help topic pertains to SuiteScript 2.0.

Method Description

Verifies the signature in the signedXml object or string.

Returns

void

Supported Script Types

Server scripts

For additional information, see SuiteScript 2.x Script Types.

Governance

10 units

Module

N/crypto/certificate Module

Since

2019.1

Parameters

Note:

The options parameter is a JavaScript object.

Parameter

Type

Required / Optional

Description

options.signedXml

string

required

Signed XML

options.rootTag

string

required

Signed root XML tag.

options.certId

string

optional

The script ID for the digital certificate.

Related Topics

SuiteScript 2.x Modules
SuiteScript 2.x

General Notices