Click or drag to resize

TripleDESPrivacyProvider Properties

The TripleDESPrivacyProvider type exposes the following members.

Properties
 NameDescription
Public propertyAuthenticationProvider Corresponding IAuthenticationProvider.
Public propertyEngineIds Engine IDs.
Public propertyStatic memberMaximumKeyLength Return maximum encryption/decryption key length. For 3DES, returned value is 32. 3DES protocol itself requires an 24 byte key. Additional 8 bytes are used for generating the encryption IV. For encryption itself, first 24 bytes of the key are used.
Public propertyStatic memberMinimumKeyLength Returns minimum encryption/decryption key length. For 3DES, returned value is 32. 3DES protocol itself requires an 24 byte key. Additional 8 bytes are used for generating the encryption IV. For encryption itself, first 24 bytes of the key are used.
Public propertyStatic memberPrivacyParametersLength Returns the length of privacyParameters USM header field. For 3DES, field length is 8.
Public propertySalt Gets the salt.
Public propertyStatic memberUseLegacy Flag to force using legacy encryption/decryption code on .NET 6.
Top
See Also