SecurityParametersAuthenticationParameters Property |
Gets the authentication parameters.
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic OctetString? AuthenticationParameters { get; set; }
Public Property AuthenticationParameters As OctetString
Get
Set
Dim instance As SecurityParameters
Dim value As OctetString
value = instance.AuthenticationParameters
instance.AuthenticationParameters = value
public:
property OctetString^ AuthenticationParameters {
OctetString^ get ();
void set (OctetString^ value);
}
member AuthenticationParameters : OctetString with get, set
Property Value
OctetStringThe authentication parameters.
See Also