SPTrustedClaimProviderDefinition members
The SPTrustedClaimProviderDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPTrustedClaimProviderDefinition() | ||
SPTrustedClaimProviderDefinition(SPClaimProviderDefinitionArguments, SPTrustedLoginProvider) |
Top
Properties
Name | Description | |
---|---|---|
AssemblyName | Gets the name of the assembly where the claims provider is defined. (Inherited from SPClaimProviderDefinition.) | |
ClaimProvider | Gets an instance of the SPClaimProvider object that is defined in the SPClaimProviderDefinitionobject. (Inherited from SPClaimProviderDefinition.) | |
ClaimProviderType | Gets the Typeobject for this claims provider definition. (Inherited from SPClaimProviderDefinition.) | |
Description | Gets or sets the description of the claims provider that is displayed in the administrative user interface. (Inherited from SPClaimProviderDefinition.) | |
DisplayName | Gets or sets name of the claims provider that is displayed to users. (Inherited from SPClaimProviderDefinition.) | |
IsEnabled | Gets or sets whether a claims provider is turned on or off. (Inherited from SPClaimProviderDefinition.) | |
IsUsedByDefault | Gets or sets whether this claim provider is used by default in situations where the administrator has not specified the claims providers. (Inherited from SPClaimProviderDefinition.) | |
IsValid | Determines if the claims provider definition is valid. (Inherited from SPClaimProviderDefinition.) | |
IsVisible | Gets or sets whether to hide the users of the default authentication provider from being displayed in the People Picker search results. (Inherited from SPClaimProviderDefinition.) | |
TypeName | Gets the name of the class where the claims provider is defined. (Inherited from SPClaimProviderDefinition.) | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
CheckTypeForClaimProviderInheritance | (Overrides SPClaimProviderDefinition.CheckTypeForClaimProviderInheritance(Type).) | |
CreateClaimProvider | (Overrides SPClaimProviderDefinition.CreateClaimProvider().) | |
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