ToBase64Transform::CanReuseTransform Property
.NET Framework (current version)
Gets a value indicating whether the current transform can be reused.
Assembly: mscorlib (in mscorlib.dll)
Implements
ICryptoTransform::CanReuseTransformThe following code example demonstrates how to call the CanReuseTransform property to determine if the current transform can be reused. This code example is part of a larger example provided for the ToBase64Transform class.
.NET Framework
Available since 1.1
Available since 1.1
Show: