OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

RSA_Cipher Methods

The methods of the RSA_Cipher class are listed below. For a complete list of RSA_Cipher class members, see the RSA_Cipher Members topic.

Public Instance Methods

Clear (inherited from AsymmetricAlgorithm) Releases all resources used by the AsymmetricAlgorithm class.
DecryptValue Decrypt the given byte-array by using the currently imported RSA-Parameters.
EncryptValue Encrypt the given byte-array by using the currently imported RSA-Parameters.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
ExportParameters Overridden. Exports the RSAParameters.
FromXmlString (inherited from RSA) Initializes an RSA object from the key information from an XML string.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
ImportParameters Overridden. Imports the specified RSAParameters.
ToString (inherited from Object) Returns a String that represents the current Object.
ToXmlString (inherited from RSA) Creates and returns an XML string containing the key of the current RSA object.

See Also

RSA_Cipher Class | de.osci.osci12.dotcommon Namespace