Click or drag to resize

IPrivacyProvider Interface

Privacy provider interface.

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

The IPrivacyProvider type exposes the following members.

Properties
 NameDescription
Public propertyAuthenticationProvider Corresponding IAuthenticationProvider.
Public propertyEngineIdObsolete.
Public propertyEngineIds Engine IDs.
Public propertySalt Gets the salt.
Top
Methods
 NameDescription
Public methodDecrypt Decrypts the specified data.
Public methodEncrypt Encrypts the specified scope.
Public methodPasswordToKey Passwords to key.
Top
Extension Methods
 NameDescription
Public Extension MethodComputeHash Computes the hash.
(Defined by PrivacyProviderExtension)
Public Extension MethodGetScopeData Gets the scope data.
(Defined by PrivacyProviderExtension)
Public Extension MethodToSecurityLevel Converts to Levels.
(Defined by PrivacyProviderExtension)
Public Extension MethodVerifyHash Verifies the hash.
(Defined by PrivacyProviderExtension)
Top
See Also