
public sealed class RsaPrivateKey : AsymmetricKeyPairPublic NotInheritable Class RsaPrivateKey
	Inherits AsymmetricKeyPairpublic ref class RsaPrivateKey sealed : public AsymmetricKeyPair[<SealedAttribute>]
type RsaPrivateKey = 
    class
        inherit AsymmetricKeyPair
    end| RsaPrivateKey(Byte) | Initializes a new instance of RsaPrivateKey from a PKCS#1 or unencrypted PKCS#8 format. | 
| RsaPrivateKey(RSA) | Initializes a new instance of RsaPrivateKey from an existing RSA key. | 
| KeyFormat | Gets the private key format. | 
| Oid | Gets the algorithm identifier for the asymmetric algorithm group stored in the current object. (Inherited from AsymmetricKeyPair) | 
| 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 RsaPrivateKey (Overrides AsymmetricKeyPairDispose) | 
| Equals | (Inherited from Object) | 
| Export | Exports RSA private key into | 
| GetAsymmetricKey | Gets the implementation object for the current asymmetric algorithm. (Overrides AsymmetricKeyPairGetAsymmetricKey) | 
| GetHashCode | (Inherited from Object) | 
| GetType | (Inherited from Object) | 
| ToString | (Inherited from Object) |