Share via


Encryptor Members

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

Public Constructors

Name Description
Public Method Encryptor Initializes a new instance of the Encryptor class with the specified session context, encryption algorithm, key, input block size, and output block size.

Public Properties

Name Description
Public Property CanReuseTransform Gets the value that indicates whether the current transform can be reused.
Public Property CanTransformMultipleBlocks Gets the value that indicates whether multiple blocks can be transformed.
Public Property InputBlockSize Gets the input block size, in bytes.
Public Property OutputBlockSize Gets the output block size, in bytes.

Public Methods

Name Description
Public Method TransformBlock Transforms the specified region of the input byte array, and copies the resulting transform to the specified region in the output byte array.
Public Method TransformFinalBlock Transforms the specified region of the specified byte array.

See Also

Reference

Encryptor Class
Microsoft.SPOT.Cryptoki Namespace