RecaptchaSettings class
namespace: Serenity.Web assembly: Serenity.Net.Core
Settings for Recaptcha integration Get your keys from https://www.google.com/recaptcha/admin/ Generate keys for the V2, not V3
public class RecaptchaSettings
Public Members
| name | description |
|---|---|
| RecaptchaSettings() | The default constructor. |
| SecretKey { get; set; } | Gets or sets the secret key. |
| SiteKey { get; set; } | Gets or sets the site key. |
| const SectionKey | Default section key for Recaptcha settings |
See Also
- Source: RecaptchaSettings.cs