I'm trying to use the DSACryproServiceProvider
.
But im a bit confused, because I can't see the Difference between
a) dsa.VerifySignature()
b) dsa.VerifyData()
Additionaly I expect that dsa.CreateSignature()
just creates the signature for the given data while dsa.SignData()
returns the signed data. Is this correct?
Thanks for your replies.