Codeunit 1461 SignedXml Impl. in 22
- App
- System Application
Versions171819202122232425262728latest
Procedures, 36
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| InitializeSignedXml | (XmlDocument) | public | - | ||||
| InitializeSignedXml | (XmlElement) | public | - | ||||
| InitializeReference | (Text) | public | - | ||||
| SetDigestMethod | (Text) | public | - | ||||
| AddXmlDsigExcC14NTransformToReference | (Text) | public | - | ||||
| SetCanonicalizationMethod | (Text) | public | - | ||||
| SetXmlDsigExcC14NTransformAsCanonicalizationMethod | (Text) | public | - | ||||
| SetSignatureMethod | (Text) | public | - | ||||
| InitializeKeyInfo | () | public | - | ||||
| AddClause | (XmlElement) | public | - | ||||
| SetSigningKey | (var Record Signature Key) | public | Pending 19.1 | ||||
| Replaced by SetSigningKey function with XmlString parameter. | |||||||
| ComputeSignature | () | public | - | ||||
| GetXml | () | XmlElement | public | - | |||
| GetXmlDsigDSAUrl | () | Text[250] | public | - | |||
| GetXmlDsigExcC14NTransformUrl | () | Text[250] | public | - | |||
| GetXmlDsigHMACSHA1Url | () | Text[250] | public | - | |||
| GetXmlDsigRSASHA1Url | () | Text[250] | public | - | |||
| GetXmlDsigRSASHA256Url | () | Text[250] | public | - | |||
| GetXmlDsigRSASHA384Url | () | Text[250] | public | - | |||
| GetXmlDsigRSASHA512Url | () | Text[250] | public | - | |||
| GetXmlDsigSHA1Url | () | Text[250] | public | - | |||
| GetXmlDsigSHA256Url | () | Text[250] | public | - | |||
| GetXmlDsigSHA384Url | () | Text[250] | public | - | |||
| GetXmlDsigSHA512Url | () | Text[250] | public | - | |||
| AddXmlDsigExcC14NTransformToReference | () | public | - | ||||
| AddXmlDsigEnvelopedSignatureTransform | () | public | - | ||||
| InitializeDataObject | () | public | - | ||||
| AddObject | (XmlElement) | public | - | ||||
| LoadXml | (XmlElement) | public | - | ||||
| SetSigningKey | (Text) | public | - | ||||
| SetSigningKey | (Text, Enum SignatureAlgorithm) | public | - | ||||
| CheckSignature | () | Boolean | public | - | |||
| CheckSignature | (Text) | Boolean | public | - | |||
| CheckSignature | (Text, Text, Boolean) | Boolean | public | - | |||
| SetSigningKey | (Codeunit Signature Key) | public | - | ||||
| AddReferenceToSignedXML | () | public | - | ||||