Share via


IFederationServer.GetProxyTrustConfiguration Method (VersionInformation, VersionInformation, ProxyInformation, TrustConfigurationData[])

 

Gets the proxy trust configuration from the Federation Server.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

bool GetProxyTrustConfiguration(
    VersionInformation proxyVersion,
    out VersionInformation fsVersion,
    out ProxyInformation proxyInformation,
    out TrustConfigurationData[] trustConfig
)
bool GetProxyTrustConfiguration(
    VersionInformation^ proxyVersion,
    [OutAttribute] VersionInformation^% fsVersion,
    [OutAttribute] ProxyInformation^% proxyInformation,
    [OutAttribute] array<TrustConfigurationData^>^% trustConfig
)
abstract GetProxyTrustConfiguration : 
        proxyVersion:VersionInformation *
        fsVersion:VersionInformation byref *
        proxyInformation:ProxyInformation byref *
        trustConfig:TrustConfigurationData[] byref -> bool
Function GetProxyTrustConfiguration (
    proxyVersion As VersionInformation,
    <OutAttribute> ByRef fsVersion As VersionInformation,
    <OutAttribute> ByRef proxyInformation As ProxyInformation,
    <OutAttribute> ByRef trustConfig As TrustConfigurationData()
) 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