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

RSA_Cipher Members

RSA_Cipher overview

Public Instance Constructors

RSA_Cipher Overloaded. Initializes a new instance of the RSA_Cipher class.

Public Instance Properties

KeyExchangeAlgorithm
KeySize (inherited from AsymmetricAlgorithm) Gets or sets the size, in bits, of the key modulus used by the asymmetric algorithm.
LegalKeySizes (inherited from AsymmetricAlgorithm) Gets the key sizes that are supported by the asymmetric algorithm.
RSAParameters RSA-Parameters, which should be used
SignatureAlgorithm

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