Click or drag to resize

SecurityParameters Class

Description of SecurityParameters.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpLibSecurityParameters

Namespace: Lextm.SharpSnmpLib
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public sealed class SecurityParameters : ISegment

The SecurityParameters type exposes the following members.

Constructors
 NameDescription
Public methodSecurityParameters(OctetString) Initializes a new instance of the SecurityParameters class.
Public methodSecurityParameters(OctetString, Integer32, Integer32, OctetString, OctetString, OctetString) Initializes a new instance of the SecurityParameters class.
Top
Properties
 NameDescription
Public propertyAuthenticationParameters Gets the authentication parameters.
Public propertyEngineBoots Gets the boot count.
Public propertyEngineId Gets the engine ID.
Public propertyEngineTime Gets the engine time.
Public propertyIsInvalid Gets a value that indicates whether the hashes are invalid.
Public propertyPrivacyParameters Gets the privacy parameters.
Public propertyUserName Gets the user name.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates an instance of SecurityParameters.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetData Gets the data.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToSequence Converts to Sequence.
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also