DES implementation does NOT support extending of a short encryption key. Always returns false.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public bool CanExtendShortKey { get; } |
| Visual Basic |
|---|
Public ReadOnly Property CanExtendShortKey As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool CanExtendShortKey { bool get () sealed; } |