|
SecurityParametersAuthenticationParameters Property
|
Gets the authentication parameters.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax public OctetString AuthenticationParameters { get; set; }
Public Property AuthenticationParameters As OctetString
Get
Set
member AuthenticationParameters : OctetString with get, set
function get_AuthenticationParameters();
function set_AuthenticationParameters(value);
View SourceProperty Value
OctetStringThe authentication parameters.
See Also