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!

HMACSHA1 Class

[To be supplied.]

Object
   CryptographicObject
      HashAlgorithm
         KeyedHashAlgorithm
            HMACSHA1

[Visual Basic]
Public Class HMACSHA1
   Inherits KeyedHashAlgorithm
[C#]
public class HMACSHA1 : KeyedHashAlgorithm
[C++]
public __gc class HMACSHA1 : public KeyedHashAlgorithm
[JScript]
public class HMACSHA1 extends KeyedHashAlgorithm

Remarks

[To be supplied.]

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

HMACSHA1 Members | System.Security.Cryptography Namespace