TrustPolicy.NewTrustingApplication Method (String, String)
Adds a new TrustingApplication object to this TrustPolicy object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustingApplication NewTrustingApplication(
string appUrl,
string displayName
)
public:
TrustingApplication^ NewTrustingApplication(
String^ appUrl,
String^ displayName
)
member NewTrustingApplication :
appUrl:string *
displayName:string -> TrustingApplication
Public Function NewTrustingApplication (
appUrl As String,
displayName As String
) As TrustingApplication
Parameters
appUrl
Type: System.StringThe uniform resource locator (URL) for the TrustingApplication.
displayName
Type: System.StringThe display name for the new trusting application.
Return Value
Type: System.Web.Security.SingleSignOn.TrustingApplication
The new TrustingApplication object.
See Also
NewTrustingApplication Overload
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top