June 2003
Intermediate to advanced
714 pages
22h 8m
English
SHA1Managed
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, intibStart, intcbSize); // overrides HashAlgorithm protected override byte[ ] HashFinal( ); // overrides HashAlgorithm }
This subclass of SHA1 is a managed-code
implementation of the SHA-1 algorithm.
System.Object
→
HashAlgorithm(ICryptoTransform, System.IDisposable)
→
SHA1
→
SHA1Managed