AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.2.0" />

.NET API 372,224 bytes

 HTMLKeygenElement

public sealed class HTMLKeygenElement : HTMLElement, IValidation
public enum Encryption

public const string Tag = "keygen"

public bool Autofocus { get; set; }

public string Challenge { get; set; }

public bool Disabled { get; set; }

public HTMLFormElement Form { get; }

public Encryption Keytype { get; set; }

public string Name { get; set; }

public string Type { get; }

public string ValidationMessage { get; }

public ValidityState Validity { get; }

public bool WillValidate { get; }

public bool CheckValidity()

public void SetCustomValidity(string error)