FsInformationData Class
This class supports the AD FS infrastructure and is not meant to be used directly from your code. This class encapsulates the FS trust information that is retrieved by the WS by means of the GetFsTrustInformation web method call.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.FsInformationData
Syntax
public class FsInformationData
public ref class FsInformationData
type FsInformationData = class end
Public Class FsInformationData
Constructors
Name | Description | |
---|---|---|
FsInformationData() | Initializes a new instance of the FsInformationData class. |
Properties
Name | Description | |
---|---|---|
certificates | Gets or sets a FederationCertificates object that encapsulates a certificate store containing the verification certificates to verify signed tokens. |
|
fsDomainAccount | Gets or sets the Federation Server Domain Account. |
|
hostedRealmUri | Gets or sets the URI for the hosted realm. Used by WS to authenticate cookies shared with the Federation Server. |
|
lsUrl | Gets or sets the URL of the Logon Server. |
|
verificationMethod | Gets or sets the certificates and SPNS used by the Federation Server. |
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