X509ClientCertificateAuthenticationElement.IncludeWindowsGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether Windows groups are included in the security context.
public:
property bool IncludeWindowsGroups { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("includeWindowsGroups", DefaultValue=true)]
public bool IncludeWindowsGroups { get; set; }
[<System.Configuration.ConfigurationProperty("includeWindowsGroups", DefaultValue=true)>]
member this.IncludeWindowsGroups : bool with get, set
Public Property IncludeWindowsGroups As Boolean
Property Value
true
if Windows groups are included in the security context; otherwise, false
. The default is true
.
- Attributes
Remarks
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.