StringExtensions..::..AsShaHashBytes Method (String, HashMethod, Int32, AsHashSubsetLocation)
Generate hased bytes based on a string
Namespace:
SystemAssembly: Walter (in Walter.dll)
Syntax
public static byte[] AsShaHashBytes( string plainText, HashMethod hashing, int byteCount, AsHashSubsetLocation location )
Parameters
- plainText
- Type: String
the string to convert
- hashing
- Type: System..::..HashMethod
the hashing method to use
- byteCount
- Type: Int32
the number of bytes to use
- location
- Type: Walter..::..AsHashSubsetLocation
the location from where to get the bytes from

