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!

DES.Create

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

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