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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly