AngleSharp by AngleSharp

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

.NET API 888,832 bytes

 HtmlKeygenElement

Represents the keygen element.
public string Challenge { get; set; }

Gets or sets the challenge attribute.

public string KeyEncryption { get; set; }

Gets or sets the type of key used.

public string Type { get; }

Gets the type of input control (keygen).

public HtmlKeygenElement(Document owner, string prefix = null)

Creates a new HTML keygen element.