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 Class

[To be supplied.]

Object
   CryptographicObject
      AsymmetricAlgorithm
         RSA

[Visual Basic]
MustInherit Public Class RSA
   Inherits AsymmetricAlgorithm
[C#]
public abstract class RSA : AsymmetricAlgorithm
[C++]
public __gc __abstract class RSA : public AsymmetricAlgorithm
[JScript]
public abstract class RSA extends AsymmetricAlgorithm

Remarks

[To be supplied.]

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

RSA Members | System.Security.Cryptography Namespace