KdfFeedbackParameters public class KdfFeedbackParameters : IDerivationParameters Documentation public byte[] FixedInputData { get; } public byte[] Iv { get; } public byte[] Ki { get; } public int R { get; } public bool UseCounter { get; } public static KdfFeedbackParameters CreateWithCounter(byte[] ki, byte[] iv, byte[] fixedInputData, int r) public static KdfFeedbackParameters CreateWithoutCounter(byte[] ki, byte[] iv, byte[] fixedInputData)