Click or drag to resize

AES192PrivacyProvider Class

Inheritance Hierarchy

Namespace:  Lextm.SharpSnmpLib.Security
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
public sealed class AES192PrivacyProvider : AESPrivacyProviderBase

The AES192PrivacyProvider type exposes the following members.

Constructors
  NameDescription
Public methodAES192PrivacyProvider
Initializes a new instance of the AES192PrivacyProvider class
Top
Properties
  NameDescription
Public propertyAuthenticationProvider (Inherited from AESPrivacyProviderBase.)
Public propertyEngineId Obsolete. (Inherited from AESPrivacyProviderBase.)
Public propertyEngineIds (Inherited from AESPrivacyProviderBase.)
Public propertyKeyBytes (Inherited from AESPrivacyProviderBase.)
Public propertyMaximumKeyLength (Inherited from AESPrivacyProviderBase.)
Public propertySalt (Inherited from AESPrivacyProviderBase.)
Top
Methods
  NameDescription
Public methodDecrypt (Inherited from AESPrivacyProviderBase.)
Public methodEncrypt (Inherited from AESPrivacyProviderBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtendShortKey (Inherited from AESPrivacyProviderBase.)
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 (Inherited from AESPrivacyProviderBase.)
Public methodToString (Overrides ObjectToString.)
Top
See Also