Managed implementation of RSA algorithm.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class RSAManaged _
	Inherits RSA
C#
public class RSAManaged : RSA

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..AsymmetricAlgorithm
    System.Security.Cryptography..::..RSA
      Rebex.Security.Cryptography..::..RSAManaged

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also