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 the display name of the trust entity for this realm/account partner/resource partner/application.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string trustDisplayName { get; set; }
public:
property String^ trustDisplayName {
String^ get();
void set(String^ value);
}
member trustDisplayName : string with get, set
Public Property trustDisplayName As String
Property Value
Type: System.String
The display name of the trust entity for this realm/account partner/resource partner/application.
See Also
TrustConfigurationData Class
System.Web.Security.SingleSignOn Namespace
Return to top