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

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

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