Enum Wildcard
Enumerates the possible wildcard certificate generation modes.
Namespace: Neon.Cryptography
Assembly: Neon.Cryptography.dll
Syntax
public enum Wildcard
Fields
| Name | Description |
|---|---|
| None | Do not create a wildcard certificate. |
| RootAndSubdomains | Create a certificate the covers both the root domain mydomain.com as well as all subdomains *.mydomain.com. |
| SubdomainsOnly | Create a certificate that covers all subdomains *.mydomain.com. |