CryptographyGetHash(String) Method
Creates a hash of a string.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public static string GetHash(
string rawText
)
- rawText String
- The string to hash.
StringA
String containing the hexadecimal hash.
Reference
GetDefaultHashProvider