Click or drag to resize

DESPrivacyProvider.EngineIds Property

Engine IDs.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.239-beta
Syntax
public ICollection<OctetString> EngineIds { get; set; }
View Source

Property Value

ICollection<OctetString>

Implements

IPrivacyProvider.EngineIds
Remarks
This is an optional field, and only used by TRAP v2 authentication.
See Also