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!

KeyedHashAlgorithm.Create (String)

[To be supplied.]

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

Parameters

AlgName
[To be supplied.]

See Also

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