←Select platform

GetEncodedHashKey Method

Summary

Hashes the specified string.

Syntax

C#
VB
C++
[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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly