The KeyDerivationParameters type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkHashAlgorithm
Hashing algorithm.
Public propertySupported by the .NET Compact FrameworkHmacKey
HMAC key.
Public propertySupported by the .NET Compact FrameworkKeyDerivationFunction
Gets or sets key derivation function ("HASH" or "HMAC").
Public propertySupported by the .NET Compact FrameworkSecretAppend
Data to append to shared secret when hashing.
Public propertySupported by the .NET Compact FrameworkSecretPrepend
Data to prepend to shared secret when hashing.

See Also