CryptographyGetHash(String) Method

Creates a hash of a string.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public static string GetHash(
	string rawText
)

Parameters

rawText  String
The string to hash.

Return Value

String
A String containing the hexadecimal hash.

Remarks

This prototype uses the default algorithm, SHA256Managed.

See Also