| Overload | Description |
|---|---|
| SecureFileErase(String) | Securely delete a file by overwriting with random bytes, renaming and then deleting it |
| SecureFileErase(String,SecureEraseAlgorithm) | Securely delete a file by overwriting with the passed in algorithm, then renaming, then deleting it |