FederationServerConfiguration Class
This class supports the AD FS infrastructure and is not intended to be used directly from your code. Encapsulates the configuration parameters of the federation server from web.config.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.FederationServerConfiguration
Syntax
public class FederationServerConfiguration
public ref class FederationServerConfiguration
type FederationServerConfiguration = class end
Public Class FederationServerConfiguration
Constructors
Name | Description | |
---|---|---|
FederationServerConfiguration() | This API supports the product infrastructure and is not intended to be used directly from your code. The FederationServerConfiguration constructor supports the AD FS infrastructure and is not intended to be used directly from your code. |
Properties
Name | Description | |
---|---|---|
TrustPolicyLocation | Gets or sets the full path to the trust policy file to be loaded by the Federation Server. |
|
X509SigningMethod | Gets or sets the X509 configuration object used to sign tokens issued by the Federation Service. |
Methods
Name | Description | |
---|---|---|
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