FederationServerService.GetTrustedRealmUri Method (String, String)
Gets the trusted realm Uri from the Federation Server.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
[WebMethodAttribute]
public bool GetTrustedRealmUri(
string email,
out string trustedRealmUri
)
public:
[WebMethodAttribute]
bool GetTrustedRealmUri(
String^ email,
[OutAttribute] String^% trustedRealmUri
)
[<WebMethodAttribute>]
member GetTrustedRealmUri :
email:string *
trustedRealmUri:string byref -> bool
<WebMethodAttribute>
Public Function GetTrustedRealmUri (
email As String,
<OutAttribute> ByRef trustedRealmUri As String
) As Boolean
Parameters
email
Type: System.Stringthe email address.
trustedRealmUri
Type: System.StringThe URI of the trusted realm.
Return Value
Type: System.Boolean
The trusted realm Uri from the Federation Server.
See Also
FederationServerService Class
System.Web.Security.SingleSignOn Namespace
Return to top