RSA public key encryption in shared Web hosting environments. Based on original work by Paul Sanders (http://www.alpinesoft.co.uk), Christophe Devine and Chew Keong.

Namespace: MonoSoftware.Core.Cryptography
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public class EzRsa : AsymmetricAlgorithm
Visual Basic
Public Class EzRsa
	Inherits AsymmetricAlgorithm
Visual C++
public ref class EzRsa : public AsymmetricAlgorithm
F#
type EzRsa =  
    class
        inherit AsymmetricAlgorithm
    end

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..AsymmetricAlgorithm
    MonoSoftware.Core.Cryptography..::..EzRsa

See Also