SPAuthenticationProvider members

An abstract base class that represents an authentication provider.

The SPAuthenticationProvider type exposes the following members.

Properties

  Name Description
Public property AuthenticationRedirectionUrl Derived classes must implement this read-only property to get the location of the page where authentication occurs.
Public property ClaimProviderName Derived classes must implement this property to get or set the name of the claim provider to locate for this authentication provider.
Public property DisplayName Derived classes must implement this read-only property to get the display name for the authentication provider.
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
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

SPAuthenticationProvider class

Microsoft.SharePoint.Administration namespace