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

Back to Crypt Class Summary

Crypt::HashSHA1

Create a SHA-1 hash of a block of memory data

  Declarations  
    [Visual Basic]
Public Function HashSHA1(ByVal inData() As Byte) As Byte()

[C#]
public byte [] HashSHA1(byte[] inData);

[C++]
public unsigned char __gc[] HashSHA1(unsigned char __gc[] inData);

[JScript]
public function HashSHA1(Byte[] inData) : Byte[]
 
  Parameters  
   
inData
Memory data to be SHA-1 hashed
 

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