TrustedDomain Members
Include Protected Members
Include Inherited Members
This class represents a domain and its type.
The TrustedDomain type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TrustedDomain(String) | Creates an instance of a trusted domain. | |
TrustedDomain(String, TrustedDomainMode) | Creates an instance of a trusted domain with specific domain mode. |
Top
Properties
Name | Description | |
---|---|---|
DomainMode | Gets the value of domain mode for this trusted domain. | |
DomainName | Gets the value of trusted domain name. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (inherited from Object) | |
Equals(TrustedDomain) | Checks whether the current object is equal to the specified object. | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top