Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Provides the necessary definition of a claims provider, such as, name, description, status, assembly and type.
The SPClaimProviderDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPClaimProviderDefinition() | Initializes a new instance of the SPClaimProviderDefinition class. |
![]() |
SPClaimProviderDefinition(String, String, String, String) | Initializes a new instance of the SPClaimProviderDefinition class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AssemblyName | Gets the name of the assembly where the claims provider is defined. |
![]() |
ClaimProvider | Gets an instance of the SPClaimProvider object that is defined in the SPClaimProviderDefinitionobject. |
![]() |
ClaimProviderType | Gets the Typeobject for this claims provider definition. |
![]() |
Description | Gets or sets the description of the claims provider that is displayed in the administrative user interface. |
![]() |
DisplayName | Gets or sets name of the claims provider that is displayed to users. |
![]() |
IsEnabled | Gets or sets whether a claims provider is turned on or off. |
![]() |
IsUsedByDefault | Gets or sets whether this claim provider is used by default in situations where the administrator has not specified the claims providers. |
![]() |
IsValid | Determines if the claims provider definition is valid. |
![]() |
IsVisible | Gets or sets whether to hide the users of the default authentication provider from being displayed in the People Picker search results. |
![]() |
TypeName | Gets the name of the class where the claims provider is defined. |
![]() |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top