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 trust information from the Federation Server.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
bool GetFsTrustInformation(
VersionInformation wsVersion,
out VersionInformation fsVersion,
out FsInformationData trustInfo
)
bool GetFsTrustInformation(
VersionInformation^ wsVersion,
[OutAttribute] VersionInformation^% fsVersion,
[OutAttribute] FsInformationData^% trustInfo
)
abstract GetFsTrustInformation :
wsVersion:VersionInformation *
fsVersion:VersionInformation byref *
trustInfo:FsInformationData byref -> bool
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
True if the call was successful; otherwise, false.
See Also
IFederationServer Interface
System.Web.Security.SingleSignOn Namespace
Return to top