SnmpV3SecureData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a SNMPv3 credential secure data item.
public ref class SnmpV3SecureData : Microsoft::EnterpriseManagement::Security::SecureData
[System.Serializable]
public class SnmpV3SecureData : Microsoft.EnterpriseManagement.Security.SecureData
type SnmpV3SecureData = class
inherit SecureData
Public Class SnmpV3SecureData
Inherits SecureData
- Inheritance
-
SnmpV3SecureData
- Attributes
Constructors
| SnmpV3SecureData() |
Creates a new MonitoringSimpleCredentialSecureData. |
Properties
| AuthenticationKey |
The authentication key. |
| AuthenticationProtocol |
Authentication protocol |
| ConfigExtensionData |
The secure data. |
| ContextName |
Context |
| Data |
Hide the base class's implementation |
| PrivacyKey |
The privacy key. |
| PrivacyProtocol |
Privacy protocol |
| UserName |
User name |
Methods
| GetSecureData() |
Hide the base class's implementation |