CreateEncryptor() public method

public CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
rgbKey byte
rgbIV byte
additional byte
return ICryptoTransform
 public void EncryptionKeyNull()
 {
     cipher.CreateEncryptor(null, null);
 }