PowerSNMP for .NET CF
PrivacyProtocol Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > Security Class : PrivacyProtocol Field




Gets or sets the privacy protocol to be used in requests.

Syntax

Visual Basic (Declaration) 
Public PrivacyProtocol As PrivacyProtocol
Visual Basic (Usage)Copy Code
Dim instance As Security
Dim value As PrivacyProtocol
 
value = instance.PrivacyProtocol
 
instance.PrivacyProtocol = value
C# 
public PrivacyProtocol PrivacyProtocol
Managed Extensions for C++ 
public: PrivacyProtocol PrivacyProtocol
C++/CLI 
public:
PrivacyProtocol PrivacyProtocol

Property Value

PrivacyProtocol enum value to be used in requests.

Remarks

The PrivacyProtocol is used to determine the algorithm for encrypting the message contents of a request. The default and only currently supported value of PrivacyProtocol.Des encrypts a message using DES encryption.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.