RSA Methods

RSA Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The RSA type exposes the following members.

  NameDescription
Public method Clear (Inherited from AsymmetricAlgorithm.)
Public method Static member Create Creates an instance of the default implementation of the RSA algorithm.
Public method Static member Create(String) Creates an instance of the specified implementation of RSA.
Public method DecryptValue When overridden in a derived class, decrypts the input data using the private key.
Public method Dispose (Inherited from AsymmetricAlgorithm.)
Protected method Dispose(Boolean) (Inherited from AsymmetricAlgorithm.)
Public method EncryptValue When overridden in a derived class, encrypts the input data using the public key.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method ExportParameters When overridden in a derived class, exports the RSAParameters.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method FromXmlString Initializes an RSA object from the key information from an XML string. (Overrides AsymmetricAlgorithm.FromXmlString(String).)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ImportParameters When overridden in a derived class, imports the specified RSAParameters.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method ToXmlString Creates and returns an XML string containing the key of the current RSA object. (Overrides AsymmetricAlgorithm.ToXmlString(Boolean).)
Top

Show:
© 2017 Microsoft