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 (String)

[To be supplied.]

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

Parameters

str
[To be supplied.]

See Also

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