SHA1Managed

SHA1Manageddisposable

System.Security.Cryptography (mscorlib.dll)class
public class SHA1Managed : SHA1 { // Public Constructors    public SHA1Managed(  ); // Public Instance Methods    public override void Initialize(  );  // overrides HashAlgorithm // Protected Instance Methods    protected override void HashCore(byte[  ] rgb, int ibStart,  int cbSize);  // overrides HashAlgorithm    protected override byte[  ] HashFinal(  );  // overrides HashAlgorithm }

This subclass of SHA1 is a managed-code implementation of the SHA-1 algorithm.

Hierarchy

System.Object HashAlgorithm(ICryptoTransform, System.IDisposable) SHA1 SHA1Managed



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