TrustedWindowsDomains.DomainNames Property
Gets the domain names in the TrustPolicyStringCollection for this TrustedWindowsDomains object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustPolicyStringCollection DomainNames { get; }
public:
property TrustPolicyStringCollection^ DomainNames {
TrustPolicyStringCollection^ get();
}
member DomainNames : TrustPolicyStringCollection with get
Public ReadOnly Property DomainNames As TrustPolicyStringCollection
Property Value
Type: System.Web.Security.SingleSignOn.TrustPolicyStringCollection
The domain names in the TrustPolicyStringCollection for this TrustedWindowsDomains object.
See Also
TrustedWindowsDomains Class
System.Web.Security.SingleSignOn Namespace
Return to top