Click or drag to resize

IAuthenticationProvider Interface

Authentication provider interface.

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public interface IAuthenticationProvider
View Source

The IAuthenticationProvider type exposes the following members.

Properties
 NameDescription
Public propertyCleanDigest Gets the clean digest.
Public propertyDigestLength Gets the length of the digest.
Top
Methods
 NameDescription
Public methodComputeHash Computes the hash.
Public methodPasswordToKey Converts password to key.
Top
See Also