Key_TinyEncryptionAlgorithm Members

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

Public Constructors

Name Description
Public Method Key_TinyEncryptionAlgorithm Initializes a new instance of the Key_TinyEncryptionAlgorithm class with the specified key data.

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 encryption key.

Public Methods

Name Description
Public Method Decrypt Decrypts data in a specified byte array, starting at a specified offset and decrypting a specified amount of data.
Public Method Encrypt Encrypts data in a specified byte array, starting at a specified offset and encrypting a specified amount of data.
Public Method Equals (Inherited from Object.)
Public Method GetActivationString Returns a string that represents the system indentifier.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

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

See Also

Reference

Key_TinyEncryptionAlgorithm Class
Microsoft.SPOT.Cryptography Namespace