We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9042280 commit bd8eec3Copy full SHA for bd8eec3
src/types.ts
@@ -373,7 +373,7 @@ export interface XmlDSigVerifierOptions {
373
* Transforms to apply implicitly during canonicalization.
374
* Used for specific XML-DSig profiles that require additional transforms.
375
*/
376
- implicitTransforms?: ReadonlyArray<string>;
+ implicitTransforms?: ReadonlyArray<TransformAlgorithmName>;
377
378
/**
379
* Whether to throw an exception on verification failure.
0 commit comments