Inner Drive Extensible Architecture
C#
Show/Hide TOC
Rsa
Cryptography
Helper
Hash Method
Generates a one-way hash of arbitrary data using a pre-defined algorithm
Definition
Namespace:
InnerDrive.Core
Assembly:
InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
Copy
public
byte
[]
Hash
(
string
data
)
Parameters
data
String
The data to hash
Return Value
Byte
A byte array of data containing the hash of
data
Implements
ISignData
Hash(String)
Remarks
This method uses the SHA-256 algorithm to produce a 32-byte hash
See Also
Reference
RsaCryptographyHelper Class
InnerDrive.Core Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also