Searched refs:include_windows_groups (Results 1 – 3 of 3) sorted by relevance
64 static ConfigurationProperty include_windows_groups; field in System.ServiceModel.Configuration.WindowsServiceElement73 include_windows_groups = new ConfigurationProperty ("includeWindowsGroups", in WindowsServiceElement()78 properties.Add (include_windows_groups); in WindowsServiceElement()100 get { return (bool) base [include_windows_groups]; }101 set { base [include_windows_groups] = value; }
65 static ConfigurationProperty include_windows_groups; field in System.ServiceModel.Configuration.X509ClientCertificateAuthenticationElement81 include_windows_groups = new ConfigurationProperty ("includeWindowsGroups", in X509ClientCertificateAuthenticationElement()99 properties.Add (include_windows_groups); in X509ClientCertificateAuthenticationElement()135 get { return (bool) base [include_windows_groups]; }136 set { base [include_windows_groups] = value; }
47 bool include_windows_groups = true, map_cert_account; field in System.ServiceModel.Security.X509ClientCertificateAuthentication67 get { return include_windows_groups; }68 set { include_windows_groups = value; }