Click or drag to resize

DESPrivacyProvider Methods

The DESPrivacyProvider type exposes the following members.

Methods
 NameDescription
Public methodDecrypt(ISnmpData, SecurityParameters) Decrypts the specified data.
Public methodStatic memberDecrypt(Byte, Byte, Byte) Decrypt DES encrypted scoped PDU.
Public methodEncrypt(ISnmpData, SecurityParameters) Encrypts the specified scope.
Public methodStatic memberEncrypt(Byte, Byte, Byte) Encrypt scoped PDU using DES encryption protocol
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 object.
(Overrides ObjectToString)
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