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

[To be supplied.]

[Visual Basic]
Overrides Protected Function HashFinal() As Byte ()
[C#]
protected override byte[] HashFinal();
[C++]
protected: override unsigned char* HashFinal() [];
[JScript]
protected override function HashFinal() : Byte[];

See Also

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