ICryptoTransform |
Name | Description |
---|---|
![]() | Represents if the transform can be reused to start transorming a new set of data. |
![]() | Returns if a transform can transform multiple blocks in a single call. |
![]() | The size of the block of plain text that is to be tranformed. |
![]() | The size of the block of ciphered text after tranformation occurred. |
Name | Description |
---|---|
![]() | Transforms a block of plain text data, placing the ciphered text in the output buffer. |
![]() | Transforms the last of the data, adding any padding as needed. |