SPIisSettings members
Represents the Internet Information Services (IIS) authentication settings that are shared across all of the web servers for a specific URL zone, which can be modified and propagated by re-provisioning the web application.
The SPIisSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPIisSettings() | Creates a new instance of the SPIisSettings class. | |
SPIisSettings(String, Boolean, Boolean, SPServerBinding, SPSecureBinding, DirectoryInfo) | Creates a new instance of the SPIisSettings class based on specified settings. |
Top
Properties
Name | Description | |
---|---|---|
AllowAnonymous | Gets or sets a Boolean value that specifies whether the Web application allows anonymous access. | |
AuthenticationMode | Gets or sets a value that specifies whether the Web application uses Windows authentication or Forms authentication. | |
ClaimsAuthenticationProviders | Gets a collection of SPAuthenticationProvider objects for use in IIS Web sites. | |
ClaimsAuthenticationRedirectionUrl | Gets or sets the uniform resource identifier (URI) to which to redirect the client for claims authentication. | |
ClaimsProviders | Gets or sets the list of additional claims providers beyond the default set to be used in the current URL zone. | |
ClientObjectModelRequiresUseRemoteAPIsPermission | Gets or sets a value that indicates whether the user of client library needs to use SOAP, WebDAV, or Microsoft Office SharePoint Designer 2007 interfaces to access the website. | |
DisableKerberos | Gets or sets a Boolean value that determines whether the Web application disables Kerberos authentication. | |
EnableClientIntegration | Gets or sets a Boolean value that specifies whether client integration features are enabled in Web applications for the specified zone. | |
FormsClaimsAuthenticationProvider | Gets an instance of a SPAuthenticationProvider object that represents forms-based authentication. | |
MembershipProvider | Obsolete. Gets or sets the membership provider name for the Web application. | |
OnlyUseWindowsClaimsAuthenticationProvider | Whether claims authentication is enabled and configured with ONLY Windows authentication. | |
Path | Gets or sets the local file system path to the folder that contains files for the virtual directory of the Web application. | |
PreferredInstanceId | Gets or sets the instance ID of the Web application. | |
RoleManager | Obsolete. Gets or sets the role provider name for the Web application. | |
SecureBindings | Gets the collection of secure bindings that are used for the Internet Information Services (IIS) Web site that pertains to the IIS settings and that uses Secure Sockets Layer (SSL) protocol. | |
ServerBindings | Gets the collection of server bindings that are used for the Internet Information Services (IIS) Web site that pertains to the IIS settings. | |
ServerComment | Gets the server comment that is used in the Internet Information Services (IIS) configuration store for the IIS Web site. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) | |
UseBasicAuthentication | Gets or sets a value that specifies whether the Web application uses Basic authentication. | |
UseClaimsAuthentication | Gets a value that indicates whether the Web application is using claims authentication. | |
UseFormsClaimsAuthenticationProvider | Gets a value that indicates whether the current uniform resource locator zone supports authentication of user names and passwords on a login form. | |
UseTrustedClaimsAuthenticationProvider | Gets a value that indicates whether the current URL zone supports login by means of a trusted authentication provider. | |
UseWindowsClaimsAuthenticationProvider | Gets a value that indicates whether Windows authentication is supported for this URL zone. | |
UseWindowsIntegratedAuthentication | Gets or sets a Boolean value that specifies whether the Web application uses Windows Integrated Authentication. | |
WindowsClaimsAuthenticationProvider | An instance of a SPAuthenticationProvider object for use in IIS Web sites. |
Top
Methods
Name | Description | |
---|---|---|
AddClaimsAuthenticationProvider | Adds a claims authentication provider to support on the current URL zone. | |
CreateFromExistingWebSite | Creates an SPIisSettings object from an existing Internet Information Services (IIS) Web site on the local computer based on the specified server comment. | |
DeleteClaimsAuthenticationProvider | Removes a claims authentication provider from the set of claims authentication providers for the current URL zone. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetClaimsAuthenticationLoginRedirectionUrl | Gets the Uri to which to redirect the client for claims based authentication logons. | |
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.) | |
ReplaceClaimsAuthenticationProviders | Replaces the current set of claims authentication providers with the specified set of claims authentication providers. | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) | |
ValidateProviderName | Validates the specified role manager or membership provider name. |
Top