SHA384CryptoServiceProvider Class
Defines a wrapper object to access the cryptographic service provider (CSP) implementation of the SHA384 algorithm.
Assembly: System.Core (in System.Core.dll)
System.Security.Cryptography::HashAlgorithm
System.Security.Cryptography::SHA384
System.Security.Cryptography::SHA384CryptoServiceProvider
| Name | Description | |
|---|---|---|
![]() | SHA384CryptoServiceProvider() | Initializes a new instance of the SHA384CryptoServiceProvider class. |
| Name | Description | |
|---|---|---|
![]() | CanReuseTransform | Gets a value indicating whether the current transform can be reused.(Inherited from HashAlgorithm.) |
![]() | CanTransformMultipleBlocks | When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.(Inherited from HashAlgorithm.) |
![]() | Hash | Gets the value of the computed hash code.(Inherited from HashAlgorithm.) |
![]() | HashSize | Gets the size, in bits, of the computed hash code.(Inherited from HashAlgorithm.) |
![]() | InputBlockSize | When overridden in a derived class, gets the input block size.(Inherited from HashAlgorithm.) |
![]() | OutputBlockSize | When overridden in a derived class, gets the output block size.(Inherited from HashAlgorithm.) |
| Name | Description | |
|---|---|---|
![]() | Clear() | Releases all resources used by the HashAlgorithm class.(Inherited from HashAlgorithm.) |
![]() | ComputeHash(array<Byte>^) | Computes the hash value for the specified byte array.(Inherited from HashAlgorithm.) |
![]() | ComputeHash(array<Byte>^, Int32, Int32) | Computes the hash value for the specified region of the specified byte array.(Inherited from HashAlgorithm.) |
![]() | ComputeHash(Stream^) | Computes the hash value for the specified Stream object.(Inherited from HashAlgorithm.) |
![]() | Dispose() | Releases all resources used by the current instance of the HashAlgorithm class.(Inherited from HashAlgorithm.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Initialize() | Initializes, or reinitializes, an instance of a hash algorithm.(Overrides HashAlgorithm::Initialize().) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TransformBlock(array<Byte>^, Int32, Int32, array<Byte>^, Int32) | Computes the hash value for the specified region of the input byte array and copies the specified region of the input byte array to the specified region of the output byte array.(Inherited from HashAlgorithm.) |
![]() | TransformFinalBlock(array<Byte>^, Int32, Int32) | Computes the hash value for the specified region of the specified byte array.(Inherited from HashAlgorithm.) |
| Name | Description | |
|---|---|---|
![]() | HashValue | Represents the value of the computed hash code.(Inherited from HashAlgorithm.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


