ComputeHash Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Security.Cryptography N ...
SHA1 Class
SHA1 Methods
SHA1 Methods
ComputeHash Method
Create Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
SHA1
.
.
::
.
ComputeHash Method
Computes the hash value for the input data.
Overload List
Name
Description
ComputeHash(
array<
Byte
>
[]
()
[]
)
Computes the hash value for the specified byte array.
(Inherited from
HashAlgorithm
.)
ComputeHash(Stream)
Computes the hash value for the specified
Stream
object.
(Inherited from
HashAlgorithm
.)
ComputeHash(
array<
Byte
>
[]
()
[]
, Int32, Int32)
Computes the hash value for the specified region of the specified byte array.
(Inherited from
HashAlgorithm
.)
Top
See Also
Reference
SHA1 Class
SHA1 Members
System.Security.Cryptography Namespace
Tags :