AsymmetricSignatureFormatter.CreateSignature Method (HashAlgorithm)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates the signature from the specified hash value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- hash
- Type: System.Security.Cryptography.HashAlgorithm
The hash algorithm to use to create the signature.
| Exception | Condition |
|---|---|
| ArgumentNullException | The hash parameter is null. |
Show: