ECDsaCng.SignData Method (Stream)
Generates a signature for the specified data stream, reading to the end of the stream.
Namespace: System.Security.Cryptography
Assembly: System.Core (in System.Core.dll)
Parameters
- data
- Type: System.IO.Stream
The data stream to be signed.
| Exception | Condition |
|---|---|
| ArgumentNullException | data is null. |
| CryptographicException | The key information that is associated with the instance does not have a private key. |
This method generates a signature for the specified data stream by hashing the input data using the HashAlgorithm property, and then signing the result.
The KeyContainerPermissionFlags.Sign flag is required if the Cryptography Next Generation (CNG) key is not randomly generated by the ECDsaCng object.
- KeyContainerPermission
for permission to sign data. Demand value: Demand. Associated enumeration: KeyContainerPermissionFlags.Sign
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.