RSAPKCS1SignatureDeformatter.SetHashAlgorithm Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the hash algorithm to use for verifying the signature.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- strName
- Type: System.String
The name of the hash algorithm to use for verifying the signature.
You must set a hash algorithm before calling VerifySignature.
Show: