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!

KeyedHashAlgorithm Class

[To be supplied.]

Object
   CryptographicObject
      HashAlgorithm
         KeyedHashAlgorithm

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

KeyedHashAlgorithm Members | System.Security.Cryptography Namespace