SPWindowsAuthenticationProvider members
A Windows Authentication provider class for a SharePoint application.
The SPWindowsAuthenticationProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWindowsAuthenticationProvider | Initializes a new instance of the [Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider] class. |
Top
Properties
Name | Description | |
---|---|---|
AllowAnonymous | Indicates whether this [Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider] allows anonymous access or not. | |
AuthenticationRedirectionUrl | Location of the page where authentication occurs. (Overrides SPAuthenticationProvider.AuthenticationRedirectionUrl.) | |
ClaimProviderName | Name of the claim provider to surface for this authentication provider. (Overrides SPAuthenticationProvider.ClaimProviderName.) | |
DisableKerberos | Specifies whether this application has Kerberos disabled or not. | |
DisplayName | The display name for the authentication provider. (Overrides SPAuthenticationProvider.DisplayName.) | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) | |
UseBasicAuthentication | Indicates whether this claims [SPWebApplication] allows basic authentication or not in claims mode. | |
UseWindowsIntegratedAuthentication | Indicates whether this claims [SPWebApplication] uses Windows Integrated Authentication or not in claims mode. |
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