Share via


SnmpV3SecureData.PrivacyProtocol Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As SnmpV3SecureData
Dim value As SnmpV3EncryptionAlgorithm

value = instance.PrivacyProtocol

instance.PrivacyProtocol = value

Syntax

'Declaration
Public Property PrivacyProtocol As SnmpV3EncryptionAlgorithm
public SnmpV3EncryptionAlgorithm PrivacyProtocol { get; set; }
public:
property SnmpV3EncryptionAlgorithm PrivacyProtocol {
    SnmpV3EncryptionAlgorithm get ();
    void set (SnmpV3EncryptionAlgorithm value);
}
/** @property */
public SnmpV3EncryptionAlgorithm get_PrivacyProtocol ()

/** @property */
public void set_PrivacyProtocol (SnmpV3EncryptionAlgorithm value)
public function get PrivacyProtocol () : SnmpV3EncryptionAlgorithm

public function set PrivacyProtocol (value : SnmpV3EncryptionAlgorithm)

Property Value

Returns SnmpV3EncryptionAlgorithm.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

SnmpV3SecureData Class
SnmpV3SecureData Members
Microsoft.EnterpriseManagement.Security Namespace