'Declaration Protected TransformInternal As ICryptoTransform
'Usage Dim instance As SymmetricEncryptionAlgorithm Dim value As ICryptoTransform value = instance.TransformInternal instance.TransformInternal = value
protected ICryptoTransform TransformInternal