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!

SHA1.Create (String)

[To be supplied.]

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

Parameters

hashName
[To be supplied.]

See Also

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