SHA384

SHA384disposable

System.Security.Cryptography (mscorlib.dll)abstract class
public abstract class SHA384 : HashAlgorithm { // Public Constructors    public SHA384(  ); // Public Static Methods    public static SHA384 Create(  );    public static SHA384 Create(string hashName); }

This class extends HashAlgorithm and is the abstract representation of the SHA-384 algorithm, which creates a 384-bit hash code. Individual implementations of SHA-384 extend this class. The .NET Framework class library includes the SHA384Managed class, which is the default implementation.

Hierarchy

System.Object HashAlgorithm(ICryptoTransform, System.IDisposable) SHA384

Subclasses

SHA384Managed



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net