Click or drag to resize

SecurityParameters Class

Description of SecurityParameters.
Inheritance Hierarchy
SystemObject
  GSF.Net.SnmpSecurityParameters

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public sealed class SecurityParameters : ISegment
View Source

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
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also