Click or drag to resize

AESPrivacyProviderBase Properties

The AESPrivacyProviderBase type exposes the following members.

Properties
 NameDescription
Public propertyAuthenticationProvider Corresponding IAuthenticationProvider.
Public propertyEngineIds Engine IDs.
Public propertyStatic memberIsSupported Verifies if the provider is supported.
Public propertyKeyBytes Gets the key bytes.
Public propertyMaximumKeyLength 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.
Public propertySalt Gets the salt.
Public propertyStatic memberUseLegacy Flag to force using legacy encryption/decryption code on .NET 6.
Top
See Also