AngleSharp by AngleSharp

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

.NET API 1,214,976 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.