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
System_CAPS_pubmethod FsInformationData()

Initializes a new instance of the FsInformationData class.

Properties

Name Description
System_CAPS_pubproperty certificates

Gets or sets a FederationCertificates object that encapsulates a certificate store containing the verification certificates to verify signed tokens.

System_CAPS_pubproperty fsDomainAccount

Gets or sets the Federation Server Domain Account.

System_CAPS_pubproperty hostedRealmUri

Gets or sets the URI for the hosted realm. Used by WS to authenticate cookies shared with the Federation Server.

System_CAPS_pubproperty lsUrl

Gets or sets the URL of the Logon Server.

System_CAPS_pubproperty verificationMethod

Gets or sets the certificates and SPNS used by the Federation Server.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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