Click or drag to resize
SecurityUtilsVerifyDigitalSignature Method (String, Byte, String)
Verifies the digital signature.

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