.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Crypt Class Summary

Crypt::HashSHA1Str

Create a SHA-1 hash of a string in memory

  Declarations  
    [Visual Basic]
Public Function HashSHA1Str(ByVal String inStr) As Byte()

[C#]
public byte [] HashSHA1Str(string inStr);

[C++]
public unsigned char __gc[] HashSHA1Str(String *inStr);

[JScript]
public function HashSHA1Str(String inStr) : Byte[]
 
  Parameters  
   
inStr
String to be SHA-1 hashed
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.