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 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