SecurityUtilsRsaVerifyDigitalSignature Method (String, XmlElement, String) |
Verifies the digital signature of an XML element.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static bool RsaVerifyDigitalSignature(
string xmlRsaPublicKey,
XmlElement xeSubject,
string signatureBase64
)
Parameters
- xmlRsaPublicKey
- Type: SystemString
The XML RSA public key. - xeSubject
- Type: System.XmlXmlElement
The subject to be verified. - signatureBase64
- Type: SystemString
The signature in base64 format.
Return Value
Type:
Booleantrue if the signature is valid, otherwise
false.
See Also