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 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
proxyVersion
Type: System.Web.Security.SingleSignOn.VersionInformationThe proxy version information.
fsVersion
Type: System.Web.Security.SingleSignOn.VersionInformationThe Federation Server version information.
proxyInformation
Type: System.Web.Security.SingleSignOn.ProxyInformationThe information that the Federation Server Proxy or logon server retrieves from the Federation Server about the hosted realm.
trustConfig
Type: System.Web.Security.SingleSignOn.TrustConfigurationData[]The trust configuration data.
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