AngleSharp by Florian Rappl

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

.NET API 1,171,968 bytes

 HtmlKeygenElement

Represents the keygen element.
public enum Encryption

An enumeration of possible keytype values.

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).

Creates a new HTML keygen element.