SPWindowsAuthenticationProvider members

A Windows Authentication provider class for a SharePoint application.

The SPWindowsAuthenticationProvider type exposes the following members.

Constructors

  Name Description
Public method SPWindowsAuthenticationProvider Initializes a new instance of the [Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider] class.

Top

Properties

  Name Description
Public property AllowAnonymous Indicates whether this [Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider] allows anonymous access or not.
Public property AuthenticationRedirectionUrl Location of the page where authentication occurs. (Overrides SPAuthenticationProvider.AuthenticationRedirectionUrl.)
Public property ClaimProviderName Name of the claim provider to surface for this authentication provider. (Overrides SPAuthenticationProvider.ClaimProviderName.)
Public property DisableKerberos Specifies whether this application has Kerberos disabled or not.
Public property DisplayName The display name for the authentication provider. (Overrides SPAuthenticationProvider.DisplayName.)
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)
Public property UseBasicAuthentication Indicates whether this claims [SPWebApplication] allows basic authentication or not in claims mode.
Public property UseWindowsIntegratedAuthentication Indicates whether this claims [SPWebApplication] uses Windows Integrated Authentication or not in claims mode.

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

SPWindowsAuthenticationProvider class

Microsoft.SharePoint.Administration namespace