Home
last modified time | relevance | path

Searched refs:include_windows_groups (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/
H A DWindowsServiceElement.cs64 static ConfigurationProperty include_windows_groups; field in System.ServiceModel.Configuration.WindowsServiceElement
73 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; }
H A DX509ClientCertificateAuthenticationElement.cs65 static ConfigurationProperty include_windows_groups; field in System.ServiceModel.Configuration.X509ClientCertificateAuthenticationElement
81 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; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Security/
H A DX509ClientCertificateAuthentication.cs47 bool include_windows_groups = true, map_cert_account; field in System.ServiceModel.Security.X509ClientCertificateAuthentication
67 get { return include_windows_groups; }
68 set { include_windows_groups = value; }