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

Leadtools.Ccow.Services Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.