Click or drag to resize

TripleDESPrivacyProvider Properties

The TripleDESPrivacyProvider type exposes the following members.

Properties
  Name Description
Public property AuthenticationProvider Corresponding IAuthenticationProvider.
Public property EngineId Obsolete.
Public property EngineIds Engine IDs.
Public property Static member 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.
Public property Static member 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.
Public property Static member PrivacyParametersLength Returns the length of privacyParameters USM header field. For DES, field length is 8.
Public property Salt Gets the salt.
Top
See Also