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.Create (String)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function Create( _
   ByVal hashName As String _
) As HashAlgorithm
[C#]
public static HashAlgorithm Create(
   string hashName
);
[C++]
public: static HashAlgorithm* Create(
   String* hashName
);
[JScript]
public static function Create(
   hashName : String
) : HashAlgorithm;

Parameters

hashName
[To be supplied.]

See Also

HashAlgorithm Class | HashAlgorithm Members | System.Security.Cryptography Namespace | HashAlgorithm.Create Overload List