←Select platform

GetEncodedHashKey Method

Summary

Hashes the specified string.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=Utils&method=GetEncodedHashKey&hashString={hashString}")] 
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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow.Services Assembly
Click or drag to resize