SPClaimProviderFeatureReceiver members
Defines a class for provisioning and unprovisioning a single claim provider.
The SPClaimProviderFeatureReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClaimProviderFeatureReceiver | Initializes a new instance of the SPClaimProviderFeatureReceiver class. |
Top
Properties
Name | Description | |
---|---|---|
ClaimProviderAssembly | When implemented in a derived class, gets the name of the assembly that contains the claims provider. | |
ClaimProviderDescription | When implemented in a derived class, gets the description of the claims provider. | |
ClaimProviderDisplayName | When implemented in a derived class, gets the display name of the claims provider. | |
ClaimProviderEnabled | Determines whether a claims provider is enabled. | |
ClaimProviderType | When implemented in a derived class, gets the type for the claims hierarchy provider. | |
ClaimProviderUsedByDefault | Determines whether a claims provider is used by default. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FeatureActivated | Activates the feature to provision a new claim provider. (Overrides SPFeatureReceiver.FeatureActivated(SPFeatureReceiverProperties).) | |
FeatureDeactivating | Deactivates a claim provider feature. (Overrides SPFeatureReceiver.FeatureDeactivating(SPFeatureReceiverProperties).) | |
FeatureInstalled | Installs a claim provider feature. (Overrides SPFeatureReceiver.FeatureInstalled(SPFeatureReceiverProperties).) | |
FeatureUninstalling | Uninstalls a claim provider feature. (Overrides SPFeatureReceiver.FeatureUninstalling(SPFeatureReceiverProperties).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveClaimProvider | Removes the claims provider. | |
ToString | (Inherited from Object.) |
Top