SPClaimProviderDefinition 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
Public method SPClaimProviderDefinition() Initializes a new instance of the SPClaimProviderDefinition class.
Public method SPClaimProviderDefinition(SPClaimProviderDefinitionArguments)
Public method SPClaimProviderDefinition(String, String, String, String) Initializes a new instance of the SPClaimProviderDefinition class.

Top

Properties

  Name Description
Public property AssemblyName Gets the name of the assembly where the claims provider is defined.
Public property ClaimProvider Gets an instance of the SPClaimProvider object that is defined in the SPClaimProviderDefinitionobject.
Public property ClaimProviderType Gets the Typeobject for this claims provider definition.
Public property Description Gets or sets the description of the claims provider that is displayed in the administrative user interface.
Public property DisplayName Gets or sets name of the claims provider that is displayed to users.
Public property IsEnabled Gets or sets whether a claims provider is turned on or off.
Public property IsUsedByDefault Gets or sets whether this claim provider is used by default in situations where the administrator has not specified the claims providers.
Public property IsValid Determines if the claims provider definition is valid.
Public property IsVisible Gets or sets whether to hide the users of the default authentication provider from being displayed in the People Picker search results.
Public property TypeName Gets the name of the class where the claims provider is defined.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Protected method CheckTypeForClaimProviderInheritance
Protected method CreateClaimProvider
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See also

Reference

SPClaimProviderDefinition class

Microsoft.SharePoint.Administration.Claims namespace