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 (array<Byte>^, Int32, Int32)
.NET Framework (current version)
Signs a byte array from the specified start point to the specified end point.
Assembly: mscorlib (in mscorlib.dll)
public: array<unsigned char>^ SignData( array<unsigned char>^ buffer, int offset, int count )
Parameters
- buffer
-
Type:
array<System::Byte>^
The input data to sign.
- offset
-
Type:
System::Int32
The offset into the array from which to begin using data.
- count
-
Type:
System::Int32
The number of bytes in the array to use as data.
This method creates a digital signature that is verified using the VerifyData method.
.NET Framework
Available since 1.1
Available since 1.1
Show: