FederationServerService Class
This class supports the AD FS infrastructure and is not intended to be used directly from your code. Represents a Federation Server Web service.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
System.Web.Security.SingleSignOn.FederationServerService
Syntax
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/ActiveDirectory/FederationService/2005/07/")]
public class FederationServerService : WebService
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/ActiveDirectory/FederationService/2005/07/")]
public ref class FederationServerService : WebService
[<WebServiceAttribute(Namespace = "https://schemas.microsoft.com/ActiveDirectory/FederationService/2005/07/")>]
type FederationServerService =
class
inherit WebService
end
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/ActiveDirectory/FederationService/2005/07/")>
Public Class FederationServerService
Inherits WebService
Constructors
Name | Description | |
---|---|---|
FederationServerService() | Initializes a new instance of the FederationServerService class. |
Properties
Name | Description | |
---|---|---|
Application | (Inherited from WebService.) |
|
Container | (Inherited from MarshalByValueComponent.) |
|
Context | (Inherited from WebService.) |
|
DesignMode | (Inherited from MarshalByValueComponent.) |
|
Events | (Inherited from MarshalByValueComponent.) |
|
Server | (Inherited from WebService.) |
|
Session | (Inherited from WebService.) |
|
Site | (Inherited from MarshalByValueComponent.) |
|
SoapVersion | (Inherited from WebService.) |
|
User | (Inherited from WebService.) |
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from MarshalByValueComponent.) |
|
Dispose(Boolean) | Releases the unmanaged resources used by the FederationServerService and optionally releases the managed resources.(Overrides MarshalByValueComponent.Dispose(Boolean).) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from MarshalByValueComponent.) |
|
GetClaims(ClaimType, GroupClaimCollection, CustomClaimCollection) | Gets a collection of either GroupClaim objects, CustomClaim objects or both. |
|
GetFsTrustInformation(VersionInformation, VersionInformation, FsInformationData) | Gets trust information from the Federation Server. |
|
GetHashCode() | (Inherited from Object.) |
|
GetProxyTrustConfiguration(VersionInformation, VersionInformation, ProxyInformation, TrustConfigurationData[]) | Gets the proxy trust configuration from the Federation Server. |
|
GetService(Type) | (Inherited from MarshalByValueComponent.) |
|
GetTrustedRealmUri(String, String) | Gets the trusted realm Uri from the Federation Server. |
|
GetType() | (Inherited from Object.) |
|
LsRequestSecurityToken(String, String[], String, Byte[], String, RSTRResult) | Returns a security token when given a user's credentials. This method is used when the Logon Server is not co-located and has collected credentials using either a form or basic authentication. |
|
LsRequestSecurityTokenWithCookie(Byte[], String, String[], RSTRResult) | Returns a security token when given a cookie token. This method is used when the Logon Server is not co-located and has received a cookie that was issued during a previous client authentication. |
|
MemberwiseClone() | (Inherited from Object.) |
|
RequestSecurityTokenWithToken(Byte[], Byte[], String, RSTRResult) | Returns a security token when given a security token. |
|
ToString() | (Inherited from MarshalByValueComponent.) |
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from MarshalByValueComponent.) |
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