Get/Set cached authentication key value

Namespace: SnmpSharpNet
Assembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)

Syntax

C#
public byte[] AuthenticationKey { get; set; }
Visual Basic
Public Property AuthenticationKey As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ AuthenticationKey {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Remarks

Authentication key value is set by reference.

See Also