SPAuthenticationProvider Members
Include Protected Members
Include Inherited Members
An abstract base class that represents an authentication provider.
The SPAuthenticationProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuthenticationRedirectionUrl | Derived classes must implement this read-only property to get the location of the page where authentication occurs. | |
ClaimProviderName | Derived classes must implement this property to get or set the name of the claim provider to locate for this authentication provider. | |
DisplayName | Derived classes must implement this read-only property to get the display name for the authentication provider. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
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