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 | |
---|---|---|
TrustConfigurationData() | Initializes a new instance of the TrustConfigurationData class. |
Properties
Name | Description | |
---|---|---|
acceptableAuthenticationMethodStrings | Gets or sets the acceptable authentication methods for each application configured in the trust policy. |
|
trustDisplayName | Gets or sets the display name of the trust entity for this realm/account partner/resource partner/application. |
|
trustLsUrl | Gets or sets the Federation Service Endpoint URL of this realm/account partner/resource partner. |
|
trustType | Gets or sets the type of the trusting entity. |
|
trustUri | Gets or sets the Federation Service URI. |
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() | 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