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.

RSA::SignData Method

 

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

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

NameDescription
System_CAPS_pubmethodSignData(array<Byte>^, HashAlgorithmName, RSASignaturePadding^)

Computes the hash value of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value.

System_CAPS_pubmethodSignData(array<Byte>^, Int32, Int32, HashAlgorithmName, RSASignaturePadding^)

Computes the hash value of a portion of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value.

System_CAPS_pubmethodSignData(Stream^, HashAlgorithmName, RSASignaturePadding^)

Computes the hash value of the specified stream using the specified hash algorithm and padding mode, and signs the resulting hash value.

Return to top
Show:
© 2017 Microsoft