Click or drag to resize

DESPrivacyProvider Properties

The DESPrivacyProvider 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 propertyStatic memberMaximumKeyLength 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 propertyStatic memberMinimumKeyLength Returns minimum 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 propertyStatic memberPrivacyParametersLength Returns the length of privacyParameters USM header field. For DES, field length is 8.
Public propertySalt Gets the salt.
Public propertyStatic memberUseEcbEncryption Flag to force using old ECB cipher mode encryption.
Public propertyStatic memberUseLegacy Flag to force using legacy encryption/decryption code on .NET 6.
Top
See Also