Click or drag to resize

CryptographyGetHash(String) Method

Creates a hash of a string.

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