Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DSACryptoServiceProvider::SignData Method (Stream^)

 

Computes the hash value of the specified input stream and signs the resulting hash value.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
array<unsigned char>^ SignData(
	Stream^ inputStream
)

Parameters

inputStream
Type: System.IO::Stream^

The input data for which to compute the hash.

Return Value

Type: array<System::Byte>^

The DSA signature for the specified data.

DSA uses the SHA1 hash algorithm.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft