This topic has not yet been rated - Rate this topic

SHA384CryptoServiceProvider Class

Defines a wrapper object to access the cryptographic service provider (CSP) implementation of the SHA384 algorithm.

System.Object
  System.Security.Cryptography.HashAlgorithm
    System.Security.Cryptography.SHA384
      System.Security.Cryptography.SHA384CryptoServiceProvider

Namespace:  System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)
[HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
public sealed class SHA384CryptoServiceProvider : SHA384

The SHA384CryptoServiceProvider type exposes the following members.

  Name Description
Public method SHA384CryptoServiceProvider Initializes a new instance of the SHA384CryptoServiceProvider class.
Top
  Name Description
Public property CanReuseTransform Gets a value indicating whether the current transform can be reused. (Inherited from HashAlgorithm.)
Public property CanTransformMultipleBlocks When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed. (Inherited from HashAlgorithm.)
Public property Hash Gets the value of the computed hash code. (Inherited from HashAlgorithm.)
Public property HashSize Gets the size, in bits, of the computed hash code. (Inherited from HashAlgorithm.)
Public property InputBlockSize When overridden in a derived class, gets the input block size. (Inherited from HashAlgorithm.)
Public property OutputBlockSize When overridden in a derived class, gets the output block size. (Inherited from HashAlgorithm.)
Top
  Name Description
Public method Clear Releases all resources used by the HashAlgorithm class. (Inherited from HashAlgorithm.)
Public method ComputeHash(Byte[]) Computes the hash value for the specified byte array. (Inherited from HashAlgorithm.)
Public method ComputeHash(Stream) Computes the hash value for the specified Stream object. (Inherited from HashAlgorithm.)
Public method ComputeHash(Byte[], Int32, Int32) Computes the hash value for the specified region of the specified byte array. (Inherited from HashAlgorithm.)
Public method Dispose() Releases all resources used by the current instance of the HashAlgorithm class. (Inherited from HashAlgorithm.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the HashAlgorithm and optionally releases the managed resources. (Inherited from HashAlgorithm.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method HashCore When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash. (Inherited from HashAlgorithm.)
Protected method HashFinal When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object. (Inherited from HashAlgorithm.)
Public method Initialize Initializes, or reinitializes, an instance of a hash algorithm. (Overrides HashAlgorithm.Initialize().)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TransformBlock 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.)
Public method TransformFinalBlock Computes the hash value for the specified region of the specified byte array. (Inherited from HashAlgorithm.)
Top
  Name Description
Protected field HashSizeValue Represents the size, in bits, of the computed hash code. (Inherited from HashAlgorithm.)
Protected field HashValue Represents the value of the computed hash code. (Inherited from HashAlgorithm.)
Protected field State Represents the state of the hash computation. (Inherited from HashAlgorithm.)
Top
Note Note

The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: MayLeakOnAbort. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes.

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ