Click or drag to resize

AESPrivacyProvider Methods

The AESPrivacyProvider type exposes the following members.

Methods
  Name Description
Public method Decrypt Decrypts the specified data.
(Inherited from AESPrivacyProviderBase)
Public method Encrypt Encrypts the specified scope.
(Inherited from AESPrivacyProviderBase)
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method ExtendShortKey Some protocols support a method to extend the encryption or decryption key when supplied key is too short.
(Inherited from AESPrivacyProviderBase)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method PasswordToKey Passwords to key.
(Inherited from AESPrivacyProviderBase)
Public method ToString Returns a string that represents this object.
(Overrides ObjectToString)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also