Programmatically add binding on IIS 8 with SNI option
问题 I'm trying to create bindings for IIS 8 that have the flag SNI checked (Server Name Indication) using Microsoft.Web.Administration library (.NET Framework). This is necessary to me because I want to get multiple SSL bindings for the same website under IIS, all using just one IP address. This is one of the main new features of IIS 8. I've been looking into the Binding class and I can't find any flag or option to indicate it. Is it possible with current Microsoft.Web.Administration v 7.0.0.0?