Privacy protocol interface. Defines encryption and decryption methods for all privacy protocols allowing for any of the available protocols to be cast as the interface and called to perform privacy operations on packets.

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

Syntax

C#
public interface IPrivacyProtocol
Visual Basic (Declaration)
Public Interface IPrivacyProtocol
Visual C++
public interface class IPrivacyProtocol

See Also