HTMLKeygenElement public sealed class HTMLKeygenElement : HTMLElement, IValidation Documentation Code 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 HTMLKeygenElement() public bool CheckValidity() public void SetCustomValidity(string error)