DSACryptoServiceProvider.SignData Method (System.Security.Cryptography)

Switch View :
ScriptFree
.NET Framework Class Library
DSACryptoServiceProvider.SignData Method

Computes the hash value of the specified data and signs it.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method SignData(Byte[]) Computes the hash value of the specified byte array and signs the resulting hash value.
Public method SignData(Stream) Computes the hash value of the specified input stream and signs the resulting hash value.
Public method SignData(Byte[], Int32, Int32) Signs a byte array from the specified start point to the specified end point.
Top
See Also

Reference