WebSsoConfigurationHandler Class
This API supports the product infrastructure and is not intended to be used directly from your code.
This class supports the AD FS infrastructure and is not intended to be used directly from your code. A WebSSO configuration handler object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.WebSsoConfigurationHandler
Syntax
public class WebSsoConfigurationHandler : IConfigurationSectionHandler
public ref class WebSsoConfigurationHandler : IConfigurationSectionHandler
type WebSsoConfigurationHandler =
class
interface IConfigurationSectionHandler
end
Public Class WebSsoConfigurationHandler
Implements IConfigurationSectionHandler
Constructors
Name | Description | |
---|---|---|
WebSsoConfigurationHandler() | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the WebSsoConfigurationHandler class. |
Methods
Name | Description | |
---|---|---|
Create(Object, Object, XmlNode) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Creates a WebSSO configuration-handler object. This method is used to read the <websso> section of Web.config. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top