AsymmetricSignatureFormatter.SetHashAlgorithm Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, sets the hash algorithm to use for creating the signature.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- strName
- Type: System.String
The name of the hash algorithm to use for creating the signature.
You must set a hash algorithm before calling an implementation of CreateSignature.
Show: