DESPrivacy |
The DESPrivacyProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthenticationProvider | Corresponding IAuthenticationProvider. |
![]() | EngineIds | Engine IDs. |
![]() ![]() | IsSupported | Verifies if the provider is supported. |
![]() ![]() | 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. |
![]() ![]() | MinimumKeyLength | 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. |
![]() ![]() | PrivacyParametersLength | Returns the length of privacyParameters USM header field. For DES, field length is 8. |
![]() | Salt | Gets the salt. |
![]() ![]() | UseEcbEncryption | Flag to force using old ECB cipher mode encryption. |
![]() ![]() | UseLegacy | Flag to force using legacy encryption/decryption code on .NET 6. |