SPClaimProviderOperationOptions Enumeration
Specifies a way to manipulate the set of claims providers polled during an operation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SPClaimProviderOperationOptions
'Usage
Dim instance As SPClaimProviderOperationOptions
[FlagsAttribute]
public enum SPClaimProviderOperationOptions
Members
Member name | Description | |
---|---|---|
None | The default rules are not modified. | |
OverrideContextRules | The rules that apply to the context are ignored by the operation.
This field causes all trusted claims providers to be used. It also discards any supplementary data the SPWebApplication zone might have provided. |
|
OverrideDefaultFlag | The non-default claims providers are used.
See the SPClaimProvider.IsUsedByDefault flag. |
|
AllZones | The zones of SPWebApplication are all being considered.
There are rules about how certain claims providers are chosen to be used in an operation that is based on zone settings. |
|
WindowsRequired | The ActiveDirectory claims provider is used. | |
OverrideVisibleFlag |