'Declaration Public Property CurrentTransform As ICryptoTransform
'Usage Dim instance As SymmetricEncryptionAlgorithm Dim value As ICryptoTransform instance.CurrentTransform = value value = instance.CurrentTransform
public ICryptoTransform CurrentTransform {get; set;}