TrustRealm Class
The trust realm. This serves as the base class for trust entities like realms and applications in the Trust policy.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.TrustPolicyEntryBase
System.Web.Security.SingleSignOn.TrustPolicyEntry
System.Web.Security.SingleSignOn.TrustRealm
System.Web.Security.SingleSignOn.TrustedRealm
System.Web.Security.SingleSignOn.TrustingRealm
Syntax
[ComVisibleAttribute(true)]
public class TrustRealm : TrustPolicyEntry
[ComVisibleAttribute(true)]
public ref class TrustRealm : TrustPolicyEntry
[<ComVisibleAttribute(true)>]
type TrustRealm =
class
inherit TrustPolicyEntry
end
<ComVisibleAttribute(True)>
Public Class TrustRealm
Inherits TrustPolicyEntry
Constructors
Name | Description | |
---|---|---|
TrustRealm() | Initializes a new instance of the TrustRealm class. |
Properties
Name | Description | |
---|---|---|
Disabled | Gets or sets whether the trust with this realm is currently active. If this is set, no tokens will be accepted from this partner.(Inherited from TrustPolicyEntryBase.) |
|
Initialized | Gets or sets if the TrustRealm is initialized. |
|
IsWindowsRealm | Gets or sets whether this partner is in a forest which is trusted by the forest to which this Federation Server is joined to. |
|
Namespaces | Gets or sets the Namespaces, if the partner is using custom namespaces for policy, addressing and claims. |
|
TrustEntryDisplayName | Gets or sets the display name for this TrustPolicyEntry.(Inherited from TrustPolicyEntry.) |
|
TrustLsUrl | Gets or sets the Federation Service End point URL for the trust partner. |
|
TrustPolicyEntryUri | Gets or sets the Uri for this TrustPolicyEntry.(Inherited from TrustPolicyEntry.) |
|
uuid | Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.) |
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