AngleSharp by AngleSharp

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

.NET API 1,204,224 bytes

 IHtmlKeygenElement

Represents the keygen HTML element.
bool Autofocus { get; set; }

Gets or sets the autofocus HTML attribute, which indicates whether the control should have input focus when the page loads.

string Challenge { get; set; }

Gets or sets the challenge attribute.

Gets the associated HTML form element.

bool IsDisabled { get; set; }

Gets or sets if the keygen is enabled or disabled.

string KeyEncryption { get; set; }

Gets or sets the type of encryption used.

INodeList Labels { get; }

Gets the list of assigned labels.

string Name { get; set; }

Gets or sets the name of the element.

string Type { get; }

Gets the type of input control (keygen).