Share via


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

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

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