TrustedWindowsDomains Class
Represents Windows domains that are allowed from this account partner, assuming this realm is a Windows realm. For example, this partner is in a forest which is trusted by the forest to which this Federation Server is joined.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.TrustedWindowsDomains
Syntax
[ComVisibleAttribute(true)]
public class TrustedWindowsDomains
[ComVisibleAttribute(true)]
public ref class TrustedWindowsDomains
[<ComVisibleAttribute(true)>]
type TrustedWindowsDomains = class end
<ComVisibleAttribute(True)>
Public Class TrustedWindowsDomains
Constructors
Name | Description | |
---|---|---|
TrustedWindowsDomains() | Initializes a new instance of the TrustedWindowsDomains class. |
Properties
Name | Description | |
---|---|---|
DomainNames | Gets the domain names in the TrustPolicyStringCollection for this TrustedWindowsDomains object. |
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.) |
Remarks
Set the domain name through the DomainNames property.
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