German VSITR shred method. This shred method overwrites the file area with 0's, 1's and finally a random byte.

Namespace: LLCryptoLib.Shred
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public sealed class ShredGermanVSITR : ShredBase
Visual Basic
Public NotInheritable Class ShredGermanVSITR _
	Inherits ShredBase
Visual C++
public ref class ShredGermanVSITR sealed : public ShredBase

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Shred..::..ShredBase
    LLCryptoLib.Shred..::..ShredGermanVSITR

See Also