[To be supplied.]
[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;
KeyedHashAlgorithm Class | KeyedHashAlgorithm Members | System.Security.Cryptography Namespace