C# Class SecureDelete.WipeMethod

Method used to wipe data.
Inheritance: ICloneable
Mostrar archivo Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
ReadNative ( string file ) : bool

Read the method from the native format

Reset ( ) : void

Set the object in a clean state

SaveNative ( string file ) : bool

Save the method to native format

ValidateMethod ( ) : bool

Validate the method

WipeMethod ( ) : System

Private Methods

Method Description
HandleStep ( string line ) : bool
ParseLine ( string line ) : bool

Method Details

Clone() public method

public Clone ( ) : object
return object

ReadNative() public method

Read the method from the native format
public ReadNative ( string file ) : bool
file string
return bool

Reset() public method

Set the object in a clean state
public Reset ( ) : void
return void

SaveNative() public method

Save the method to native format
public SaveNative ( string file ) : bool
file string
return bool

ValidateMethod() public method

Validate the method
public ValidateMethod ( ) : bool
return bool

WipeMethod() public method

public WipeMethod ( ) : System
return System