'Declaration Public Overloads Overrides Function CreateEncryptor( _ ByVal rgbKey() As Byte, _ ByVal rgbIV() As Byte _ ) As ICryptoTransform
'Usage Dim instance As NoEncryptionAlgorithm Dim rgbKey() As Byte Dim rgbIV() As Byte Dim value As ICryptoTransform value = instance.CreateEncryptor(rgbKey, rgbIV)
public override ICryptoTransform CreateEncryptor( byte[] rgbKey, byte[] rgbIV )
Parameters
- rgbKey
- rgbIV