Click or drag to resize

SecurityUtilsRsaVerifyDigitalSignature Method (String, Byte, String)

Verifies the digital signature.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static bool RsaVerifyDigitalSignature(
	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: Boolean
true if the signature is valid, otherwise false.
See Also