Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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 | |
---|---|---|
![]() |
SignData(array<Byte> [] () [] []) | Computes the hash value of the specified byte array and signs the resulting hash value. |
![]() |
SignData(Stream) | Computes the hash value of the specified input stream, and signs the resulting hash value. |
![]() |
SignData(array<Byte> [] () [] [], HashAlgorithm) | Computes the hash value of the specified byte array using the specified hash algorithm, and signs the resulting hash value. |
![]() |
SignData(Stream, HashAlgorithm) | Computes the hash value of the specified input stream using the specified hash algorithm, and signs the resulting hash value. |
![]() |
SignData(array<Byte> [] () [] [], Int32, Int32, HashAlgorithm) | Computes the hash value of a subset of the specified byte array using the specified hash algorithm, and signs the resulting hash value. |
Top