FederationServerService.GetFsTrustInformation Method (VersionInformation, VersionInformation, FsInformationData)
Gets trust information from the Federation Server.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
[WebMethodAttribute]
public bool GetFsTrustInformation(
VersionInformation wsVersion,
out VersionInformation fsVersion,
out FsInformationData trustInfo
)
public:
[WebMethodAttribute]
bool GetFsTrustInformation(
VersionInformation^ wsVersion,
[OutAttribute] VersionInformation^% fsVersion,
[OutAttribute] FsInformationData^% trustInfo
)
[<WebMethodAttribute>]
member GetFsTrustInformation :
wsVersion:VersionInformation *
fsVersion:VersionInformation byref *
trustInfo:FsInformationData byref -> bool
<WebMethodAttribute>
Public Function GetFsTrustInformation (
wsVersion As VersionInformation,
<OutAttribute> ByRef fsVersion As VersionInformation,
<OutAttribute> ByRef trustInfo As FsInformationData
) As Boolean
Parameters
wsVersion
Type: System.Web.Security.SingleSignOn.VersionInformationThe Web Server Version information.
fsVersion
Type: System.Web.Security.SingleSignOn.VersionInformationThe Federation Server Version information.
trustInfo
Type: System.Web.Security.SingleSignOn.FsInformationDataThe information that the Web Server retrieves from the Federation Server.
Return Value
Type: System.Boolean
Trust information from the Federation Server.
See Also
FederationServerService Class
System.Web.Security.SingleSignOn Namespace
Return to top