Click or drag to resize

MD5AuthenticationProvider Class

Note: This API is now obsolete.

Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpLib.SecurityMD5AuthenticationProvider

Namespace:  Lextm.SharpSnmpLib.Security
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
[ObsoleteAttribute("MD5 is no longer secure. Please use a more secure provider.")]
public sealed class MD5AuthenticationProvider : IAuthenticationProvider

The MD5AuthenticationProvider type exposes the following members.

Constructors
  NameDescription
Public methodMD5AuthenticationProvider
Initializes a new instance of the MD5AuthenticationProvider class
Top
Properties
  NameDescription
Public propertyCleanDigest
Public propertyDigestLength
Top
Methods
  NameDescription
Public methodComputeHash
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPasswordToKey
Public methodToString (Overrides ObjectToString.)
Top
See Also