summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Clients/IIS/IISHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.lib/Clients/IIS/IISHelper.cs')
-rw-r--r--src/main.lib/Clients/IIS/IISHelper.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.lib/Clients/IIS/IISHelper.cs b/src/main.lib/Clients/IIS/IISHelper.cs
index bfb5e58..e6f62c3 100644
--- a/src/main.lib/Clients/IIS/IISHelper.cs
+++ b/src/main.lib/Clients/IIS/IISHelper.cs
@@ -21,6 +21,7 @@ namespace PKISharp.WACS.Clients.IIS
public long SiteId { get; set; }
public bool Https { get; set; }
+ public bool Wildcard => HostUnicode.StartsWith("*.");
public string HostUnicode { get; private set; }
public string HostPunycode { get; private set; }
public int Port { get; set; }