次の方法で共有


SnmpV3SecureData.AuthenticationProtocol 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 SnmpV3AuthenticationFunction

value = instance.AuthenticationProtocol

instance.AuthenticationProtocol = value

Syntax

'Declaration
Public Property AuthenticationProtocol As SnmpV3AuthenticationFunction
public SnmpV3AuthenticationFunction AuthenticationProtocol { get; set; }
public:
property SnmpV3AuthenticationFunction AuthenticationProtocol {
    SnmpV3AuthenticationFunction get ();
    void set (SnmpV3AuthenticationFunction value);
}
/** @property */
public SnmpV3AuthenticationFunction get_AuthenticationProtocol ()

/** @property */
public void set_AuthenticationProtocol (SnmpV3AuthenticationFunction value)
public function get AuthenticationProtocol () : SnmpV3AuthenticationFunction

public function set AuthenticationProtocol (value : SnmpV3AuthenticationFunction)

Property Value

Returns SnmpV3AuthenticationFunction.

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