System.ServiceModel 4.0.0.0 System.Configuration.ConfigurationElement To be added. Represents a configuration element that specifies the settings of a Windows service credential. This class cannot be inherited. Constructor 4.0.0.0 To be added. Initializes a new instance of the class. Property 4.0.0.0 System.Configuration.ConfigurationProperty("allowAnonymousLogons", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.Boolean To be added. When using Windows service credentials on a binding, the system does not allow anonymous access by default. This means that only domain or workgroup authenticated users have access to the system. You can use this property to allow anonymous, unauthenticated users to access the service. You should exercise caution when using this setting. Gets or sets a Boolean value that specifies whether anonymous users can logon. Property 4.0.0.0 System.Configuration.ConfigurationProperty("includeWindowsGroups", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.Boolean To be added. Setting this property to true has a performance impact as it results in a full group expansion. Set this property to false if you do not need to establish the list of groups a user belongs to. Gets or sets a value that indicates whether Windows groups are included in the security context. Property 4.0.0.0 System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added.