Share via


Key_RSA Members

The following tables list the members exposed by the Key_RSA type.

Public Constructors

Name Description
Public Method Key_RSA Initializes a new instance of the Key_RSA class.

Public Fields

Name Description
Public Field Static c_SizeOfKey Specifies the size of the current encryption key, in bytes.
Public Field Static c_SizeOfSignature Specifies the size of the signature for the current encryption key, in bytes.

Public Properties

Name Description
Public Property Signature Gets the signature associated with the current key.

Public Methods

Name Description
Public Method Decrypt Decrypts data from a specified byte array, starting at a specified offset and decrypting a specified amount of data.
Public Method Encrypt Encrypts data from a specified byte array, starting at a specified offset and encrypting a specified amount of data.
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)
Public Method VerifySignature Verifies the specified signature data by comparing it with the signature computed for the specified signed data.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

Key_RSA Class
Microsoft.SPOT.Cryptography Namespace