TrustConfigurationData Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

The TrustConfigurationData class supports the AD FS infrastructure and is not intended to be used directly from your code.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Inheritance Hierarchy

System.Object
  System.Web.Security.SingleSignOn.TrustConfigurationData

Syntax

public class TrustConfigurationData
public ref class TrustConfigurationData 
type TrustConfigurationData = class end
Public Class TrustConfigurationData

Constructors

Name Description
System_CAPS_pubmethod TrustConfigurationData()

Initializes a new instance of the TrustConfigurationData class.

Properties

Name Description
System_CAPS_pubproperty acceptableAuthenticationMethodStrings

Gets or sets the acceptable authentication methods for each application configured in the trust policy.

System_CAPS_pubproperty trustDisplayName

Gets or sets the display name of the trust entity for this realm/account partner/resource partner/application.

System_CAPS_pubproperty trustLsUrl

Gets or sets the Federation Service Endpoint URL of this realm/account partner/resource partner.

System_CAPS_pubproperty trustType

Gets or sets the type of the trusting entity.

System_CAPS_pubproperty trustUri

Gets or sets the Federation Service URI.

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

Returns a string that represents the current TrustConfigurationData object.(Overrides Object.ToString().)

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