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!

RSA.Create

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

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