Click or drag to resize

RsaCryptographyHelperHash Method

Generates a one-way hash of arbitrary data using a pre-defined algorithm

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
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

ISignDataHash(String)
Remarks
This method uses the SHA-256 algorithm to produce a 32-byte hash
See Also