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 Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal rgbKey() As Byte _
)
[C#]
public HMACSHA1(
   byte[] rgbKey
);
[C++]
public: HMACSHA1(
   unsigned char* rgbKey[]
);
[JScript]
public function HMACSHA1(
   rgbKey : Byte[]
);

Parameters

rgbKey
[To be supplied.]

See Also

HMACSHA1 Class | HMACSHA1 Members | System.Security.Cryptography Namespace