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

[To be supplied.]

[Visual Basic]
Public Property HashName As String
[C#]
public string HashName {get; set;}
[C++]
public: __property String* get_HashName();
public: __property void set_HashName(String*);
[JScript]
public function get HashName() : String;
public function set HashName(String);

See Also

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