SymmetricSecurityBindingElement.SetKeyDerivation(Boolean) Method

Definition

Sets a value that indicates whether derived keys are required.

public:
 override void SetKeyDerivation(bool requireDerivedKeys);
public override void SetKeyDerivation (bool requireDerivedKeys);
override this.SetKeyDerivation : bool -> unit
Public Overrides Sub SetKeyDerivation (requireDerivedKeys As Boolean)

Parameters

requireDerivedKeys
Boolean

true to indicate that derived keys are required; otherwise, false.

Remarks

A derived key is created from an existing key and makes it possible to vary the key used in the course of a conversation. This makes it more difficult for a hacker to decrypt the communication.

Applies to