NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MD5 Class

[To be supplied.]

Object
   CryptographicObject
      HashAlgorithm
         MD5

[Visual Basic]
MustInherit Public Class MD5
   Inherits HashAlgorithm
[C#]
public abstract class MD5 : HashAlgorithm
[C++]
public __gc __abstract class MD5 : public HashAlgorithm
[JScript]
public abstract class MD5 extends HashAlgorithm

Remarks

[To be supplied.]

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

MD5 Members | System.Security.Cryptography Namespace