SecurityUtilsVerifyDigitalSignature Method (String, Byte, String) |
Verifies the digital signature.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static bool VerifyDigitalSignature(
string xmlRsaPublicKey,
byte[] aSubject,
string signatureBase64
)
Parameters
- xmlRsaPublicKey
- Type: SystemString
The XML RSA public key. - aSubject
- Type: SystemByte
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