When SignedXml.CheckSignature(AsymmetricAlgorithm key)
returns true
(or false
), what exactly does this represent does this represent?
Does this mean that the Signature
is valid; or that whatever Signature
object you created matches when you tried to create the Signature
again?