Click or drag to resize

DefaultPrivacyProvider Class

Default privacy provider.
Inheritance Hierarchy
SystemObject
  GSF.Net.Snmp.SecurityDefaultPrivacyProvider

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

The DefaultPrivacyProvider type exposes the following members.

Constructors
 NameDescription
Public methodDefaultPrivacyProvider Initializes a new instance of the DefaultPrivacyProvider class.
Top
Properties
 NameDescription
Public propertyAuthenticationProvider Corresponding IAuthenticationProvider.
Public propertyStatic memberDefaultPair Default privacy provider with default authentication provider.
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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPasswordToKey Passwords to key.
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodComputeHash Computes the hash.
(Defined by PrivacyProviderExtension)
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)
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