DefaultPrivacyProviderEngineIds Property |
Namespace:
Lextm.SharpSnmpLib.Security
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public ICollection<OctetString> EngineIds { get; set; }
Public Property EngineIds As ICollection(Of OctetString)
Get
Set
public:
virtual property ICollection<OctetString^>^ EngineIds {
ICollection<OctetString^>^ get () sealed;
void set (ICollection<OctetString^>^ value) sealed;
}
abstract EngineIds : ICollection<OctetString> with get, set
override EngineIds : ICollection<OctetString> with get, set
Property Value
Type:
ICollectionOctetStringImplements
IPrivacyProviderEngineIdsSee Also