Copyright © tutorialspoint.com
The HTML <keygen> tag is used to process Web forms with certificate management systems. The element generates a secure key and submits the public key.
NOTE: This is a Netscape only element, and there is not a lot of documentation on it.
In HTML the <keygen> tag has no end tag.
In XHTML the <keygen> tag must be properly closed.
<form> |
Attribute | Value | Description |
---|---|---|
name | unique name | Specifies the name for the name/value pair. |
challenge | challenge | specifies the challenge string to be packaged with the public key in the PublicKeyAndChallenge for use in verification of the form submission. If no challenge string is provided, then it is encoded as an IA5STRING of length zero. |
Attribute | Description |
---|---|
class | Document wide identifier |
dir | Specifies the direction of the text |
id | Document wide identifier |
title | Specifies a title to associate with the element. |
style | Helps to include inline casecadubf style sheet. |
lang | Sets the language code. |
xml:lang | Sets the language code. |
Copyright © tutorialspoint.com