ICryptoTransform: CanReuseTransform (get)

CanReuseTransform

Represents if the transform can be reused to start transorming a new set of data.



 Public Property Get CanReuseTransform ( ) As Boolean

Return Values

Boolean -  Returns True if the transform can be reused, False otherwise.

Remarks

When a transform has finished the final transformation, it may support starting over to begin tranforming a new set of data.

Read Only.

See Also

Project CorLib Overview

Class ICryptoTransform Overview