Click or drag to resize

WipeFile Method

Securely wipe and delete a file with options.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static bool File(
	string fileName,
	WipeOptions opts = WipeOptions.Default
)

Parameters

fileName  String
Name of file to be wiped
opts  WipeOptions  (Optional)
Options (optional, default = DOD 7-pass)

Return Value

Boolean
true if successful; false if fails
See Also