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!

HashAlgorithm.HashFinal

[To be supplied.]

[Visual Basic]
MustOverride Protected Function HashFinal() As Byte ()
[C#]
protected abstract byte[] HashFinal();
[C++]
protected: virtual unsigned char* HashFinal() [] = 0;
[JScript]
protected abstract function HashFinal() : Byte[];

See Also

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