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.HashCore

[To be supplied.]

[Visual Basic]
Overrides Protected Sub HashCore( _
   ByVal rgb() As Byte, _
   ByVal ib As Integer, _
   ByVal cb As Integer _
)
[C#]
protected override void HashCore(
   byte[] rgb,
   int ib,
   int cb
);
[C++]
protected: override void HashCore(
   unsigned char* rgb[],
   int ib,
   int cb
);
[JScript]
protected override function HashCore(
   rgb : Byte[],
   ib : int,
   cb : int
);

Parameters

rgb
[To be supplied.]
ib
[To be supplied.]
cb
[To be supplied.]

See Also

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