Shredding method Name
Namespace: LLCryptoLib.ShredAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public abstract string Name { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property Name As String Get |
Visual C++ |
---|
public: virtual property String^ Name { String^ get () abstract; } |