| 
               | 
            
              AESPrivacy
             | 
          
public sealed class AESPrivacyProvider : AESPrivacyProviderBase
The AESPrivacyProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| AESPrivacyProvider | Initializes a new instance of the AESPrivacyProvider class. | 
| Name | Description | |
|---|---|---|
| AuthenticationProvider | 
            Corresponding IAuthenticationProvider.
             (Inherited from AESPrivacyProviderBase)  | |
| EngineId | Obsolete. (Inherited from AESPrivacyProviderBase)  | |
| EngineIds | 
            Engine IDs.
             (Inherited from AESPrivacyProviderBase)  | |
| KeyBytes | 
            Gets the key bytes.
             (Inherited from AESPrivacyProviderBase)  | |
| MaximumKeyLength | 
            Return maximum encryption/decryption key length. For DES, returned value is 16
            
            DES protocol itself requires an 8 byte key. Additional 8 bytes are used for generating the
            encryption IV. For encryption itself, first 8 bytes of the key are used.
             (Inherited from AESPrivacyProviderBase)  | |
| Salt | 
            Gets the salt.
             (Inherited from AESPrivacyProviderBase)  | 
| Name | Description | |
|---|---|---|
| Decrypt | 
            Decrypts the specified data.
             (Inherited from AESPrivacyProviderBase)  | |
| Encrypt | 
            Encrypts the specified scope.
             (Inherited from AESPrivacyProviderBase)  | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| ExtendShortKey | 
            Some protocols support a method to extend the encryption or decryption key when supplied key
            is too short.
             (Inherited from AESPrivacyProviderBase)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| PasswordToKey | 
            Passwords to key.
             (Inherited from AESPrivacyProviderBase)  | |
| ToString | 
            Returns a string that represents this object.
             (Overrides ObjectToString)  | 
| Name | Description | |
|---|---|---|
| GetEnumValueOrDefault | 
            Gets the enumeration constant for value, if defined in the enumeration, or a default value.
             (Defined by EnumExtensions)  | |
| GetEnumValueOrDefaultT | 
            Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
             (Defined by EnumExtensions)  |