[This is preliminary documentation and is subject to change.]
Computes the hash value for the specified Stringinput.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static string ComputeHashString( this MD5 md5, string input, Encoding encoding ) |
Visual Basic (Declaration) |
---|
<ExtensionAttribute> _ Public Shared Function ComputeHashString ( _ md5 As MD5, _ input As String, _ encoding As Encoding _ ) As String |
Visual C++ |
---|
[ExtensionAttribute] public: static String^ ComputeHashString( MD5^ md5, String^ input, Encoding^ encoding ) |
Parameters
- md5
- Type: System.Security.Cryptography..::.MD5
The MD5 instance that will perform the hash computation.
- input
- Type: System..::.String
A String value.
- encoding
- Type: System.Text..::.Encoding
An Encoding object that will be used to encode input to bytes.