SPTrustedClaimProviderDefinition members

The SPTrustedClaimProviderDefinition type exposes the following members.

Constructors

  Name Description
Public method SPTrustedClaimProviderDefinition()
Public method SPTrustedClaimProviderDefinition(SPClaimProviderDefinitionArguments, SPTrustedLoginProvider)

Top

Properties

  Name Description
Public property AssemblyName Gets the name of the assembly where the claims provider is defined. (Inherited from SPClaimProviderDefinition.)
Public property ClaimProvider Gets an instance of the SPClaimProvider object that is defined in the SPClaimProviderDefinitionobject. (Inherited from SPClaimProviderDefinition.)
Public property ClaimProviderType Gets the Typeobject for this claims provider definition. (Inherited from SPClaimProviderDefinition.)
Public property Description Gets or sets the description of the claims provider that is displayed in the administrative user interface. (Inherited from SPClaimProviderDefinition.)
Public property DisplayName Gets or sets name of the claims provider that is displayed to users. (Inherited from SPClaimProviderDefinition.)
Public property IsEnabled Gets or sets whether a claims provider is turned on or off. (Inherited from SPClaimProviderDefinition.)
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. (Inherited from SPClaimProviderDefinition.)
Public property IsValid Determines if the claims provider definition is valid. (Inherited from SPClaimProviderDefinition.)
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. (Inherited from SPClaimProviderDefinition.)
Public property TypeName Gets the name of the class where the claims provider is defined. (Inherited from SPClaimProviderDefinition.)
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 (Overrides SPClaimProviderDefinition.CheckTypeForClaimProviderInheritance(Type).)
Protected method CreateClaimProvider (Overrides SPClaimProviderDefinition.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

SPTrustedClaimProviderDefinition class

Microsoft.SharePoint.Administration.Claims namespace