Microsoft.SPOT.Cryptography Namespace

The Microsoft.SPOT.Cryptography namespace provides essential tools for encoding and decoding data.

Classes

Name Description
Public Class Key Constitutes the base class that you use to create and work with basic encryption keys.
Public Class Key_RSA Performs asymmetric encryption and decryption of data, using the RSA algorithm.
Public Class Key_TinyEncryptionAlgorithm Performs simple symmetric encryption and decryption of data, using the Extended Tiny Encryption Algorithm (XTEA) in the cipher-block chaining (CBC) mode with ciphertext stealing.