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!

RC2.Create (String)

[To be supplied.]

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

Parameters

AlgName
[To be supplied.]

See Also

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