Shredding method Detailed description
Namespace: LLCryptoLib.ShredAssembly: 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; } |