HTMLKeygenElement
Represents the keygen element.
An enumeration of possible keytype values.
The keygen tag.
Gets or sets if the keygen control should have focus when the page loads.
Gets or sets the challenge attribute.
Gets or sets if the element is enabled or disabled.
Gets the associated HTML form element.
Gets or sets the type of key used.
Gets or sets the value of the name attribute.
Gets the type of input control (keygen).
Gets the current validation message.
Gets the current validation state of the keygen element.
Gets the boolean value false since keygen elements do not validate.
public HTMLKeygenElement()
Creates a new HTML keygen element.
Checks the validity. This is always true since keygen elements are
not candidites for constraint validation.
Sets a custom validation error. If this is not the empty string,
then the element is suffering from a custom validation error.