SPClaimProviderFeatureReceiver members

Defines a class for provisioning and unprovisioning a single claim provider.

The SPClaimProviderFeatureReceiver type exposes the following members.

Constructors

  Name Description
Protected method SPClaimProviderFeatureReceiver Initializes a new instance of the SPClaimProviderFeatureReceiver class.

Top

Properties

  Name Description
Public property ClaimProviderAssembly When implemented in a derived class, gets the name of the assembly that contains the claims provider.
Public property ClaimProviderDescription When implemented in a derived class, gets the description of the claims provider.
Public property ClaimProviderDisplayName When implemented in a derived class, gets the display name of the claims provider.
Public property ClaimProviderEnabled Determines whether a claims provider is enabled.
Public property ClaimProviderType When implemented in a derived class, gets the type for the claims hierarchy provider.
Public property ClaimProviderUsedByDefault Determines whether a claims provider is used by default.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method FeatureActivated Activates the feature to provision a new claim provider. (Overrides SPFeatureReceiver.FeatureActivated(SPFeatureReceiverProperties).)
Public method FeatureDeactivating Deactivates a claim provider feature. (Overrides SPFeatureReceiver.FeatureDeactivating(SPFeatureReceiverProperties).)
Public method FeatureInstalled Installs a claim provider feature. (Overrides SPFeatureReceiver.FeatureInstalled(SPFeatureReceiverProperties).)
Public method FeatureUninstalling Uninstalls a claim provider feature. (Overrides SPFeatureReceiver.FeatureUninstalling(SPFeatureReceiverProperties).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method RemoveClaimProvider Removes the claims provider.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPClaimProviderFeatureReceiver class

Microsoft.SharePoint.Administration.Claims namespace