
public sealed class RsaPublicKey : AsymmetricKeyPairPublic NotInheritable Class RsaPublicKey
	Inherits AsymmetricKeyPairpublic ref class RsaPublicKey sealed : public AsymmetricKeyPair[<SealedAttribute>]
type RsaPublicKey = 
    class
        inherit AsymmetricKeyPair
    end| RsaPublicKey(PublicKey) | Initializes a new instance of RsaPublicKey from a public key object. | 
| RsaPublicKey(RSA) | Initializes a new instance of RsaPublicKey from an existing DSA key instance. | 
| RsaPublicKey(Byte, KeyPkcsFormat) | Initializes a new instance of RsaPublicKey from an ASN.1-encoded byte array and key format. | 
| Modulus | Gets the public key modulus. | 
| Oid | Gets the algorithm identifier for the asymmetric algorithm group stored in the current object. (Inherited from AsymmetricKeyPair) | 
| PublicExponent | Gets public key public exponent. | 
| PublicOnly | Gets the value that indicates whether the current object stores only public part of
            key material. If False, then object contains both, public and private components. (Inherited from AsymmetricKeyPair) | 
| Dispose | Releases all resources used by the RsaPublicKey (Overrides AsymmetricKeyPairDispose) | 
| Equals | (Inherited from Object) | 
| GetAsymmetricKey | Gets the implementation object for the current asymmetric algorithm. (Overrides AsymmetricKeyPairGetAsymmetricKey) | 
| GetHashCode | (Inherited from Object) | 
| GetType | (Inherited from Object) | 
| ToString | (Inherited from Object) |