Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets additional display names for a TrustPolicyStringCollection to this trust policy. This list represents the other names this realm could be displayed as, for account partner discovery purposes.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustPolicyStringCollection AdditionalDisplayNames { get; set; }
public:
property TrustPolicyStringCollection^ AdditionalDisplayNames {
TrustPolicyStringCollection^ get();
void set(TrustPolicyStringCollection^ value);
}
member AdditionalDisplayNames : TrustPolicyStringCollection with get, set
Public Property AdditionalDisplayNames As TrustPolicyStringCollection
Property Value
Type: System.Web.Security.SingleSignOn.TrustPolicyStringCollection
The additional display names for a TrustPolicyStringCollection to this trust policy.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top