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!

TripleDES.Create

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

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