KdfCounterParameters public class KdfCounterParameters : IDerivationParameters Documentation public byte[] FixedInputData { get; } public byte[] FixedInputDataCounterPrefix { get; } public byte[] FixedInputDataCounterSuffix { get; } public byte[] Ki { get; } public int R { get; } public KdfCounterParameters(byte[] ki, byte[] fixedInputDataCounterSuffix, int r) public KdfCounterParameters(byte[] ki, byte[] fixedInputDataCounterPrefix, byte[] fixedInputDataCounterSuffix, int r)