IFederationServer.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
bool GetTrustedRealmUri(
string email,
out string trustedRealmUri
)
bool GetTrustedRealmUri(
String^ email,
[OutAttribute] String^% trustedRealmUri
)
abstract GetTrustedRealmUri :
email:string *
trustedRealmUri:string byref -> bool
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
True if the call succeeded; otherwise, false.
See Also
IFederationServer Interface
System.Web.Security.SingleSignOn Namespace
Return to top