C# Class SecureDelete.RandomByteStep

Wipe step where the data is a random byte.
Inheritance: WipeStepBase
显示文件 Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
RandomByteStep ( ) : System
RandomByteStep ( int number ) : System
ToNative ( ) : string

Get the native form of the step

Method Details

Clone() public method

public Clone ( ) : object
return object

RandomByteStep() public method

public RandomByteStep ( ) : System
return System

RandomByteStep() public method

public RandomByteStep ( int number ) : System
number int
return System

ToNative() public method

Get the native form of the step
public ToNative ( ) : string
return string