GetEncodedHashKey Method
Summary
Hashes the specified string.
Syntax
[OperationContractAttribute()]
[WebGetAttribute(BodyStyle=0,
UriTemplate="?interface=Utils&method=GetEncodedHashKey&hashString={hashString}")]
public Stream GetEncodedHashKey(
string hashString
)
<OperationContractAttribute()>
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?interface=Utils&method=GetEncodedHashKey&hashString={hashString}")>
Function GetEncodedHashKey( _
ByVal hashString As String _
) As Stream
[OperationContractAttribute()]
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=Utils&method=GetEncodedHashKey&hashString={hashString}")]
Stream^ GetEncodedHashKey(
String^ hashString
)
Parameters
hashString
The hash string.
Return Value
The encoded hash of the string.