DES implementation does NOT support extending of a short encryption key. Always returns false.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool CanExtendShortKey { get; }
Public ReadOnly Property CanExtendShortKey As Boolean
public:
virtual property bool CanExtendShortKey {
	bool get () sealed;
}

Implements

IPrivacyProtocol..::.CanExtendShortKey

See Also