Shredding method Detailed description

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

Syntax

C#
public abstract string Description { get; }
Visual Basic
Public MustOverride ReadOnly Property Description As String
	Get
Visual C++
public:
virtual property String^ Description {
	String^ get () abstract;
}

Field Value

Implements

IShredMethod..::..Description

See Also