Codeunit 1461 SignedXml Impl. in 23
- App
- System Application
- Namespace
- System.Security.Encryption
Versions171819202122232425262728latest
Procedures, 35
| 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 | - | |
| 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 | - |