Mono Class Library: System.Security.Cryptography.DSACryptoServiceProvider Overview | Members

System.Security.Cryptography.DSACryptoServiceProvider.SignData Method

Process the SHA1 algorithm on the complete buffer specified then sign it's result. [Edit]

public byte[] SignData (byte[] buffer)

Parameters

buffer
The data buffer to be hashed then signed. [Edit]

Returns

The signature value of the processed buffer. [Edit]

Remarks

The supplied data is hashed using the default System.Security.Cryptography.SHA1 implementation then signed. [Edit]

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0