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
[WebMethodAttribute]
public bool GetProxyTrustConfiguration(
VersionInformation proxyVersion,
out VersionInformation fsVersion,
out ProxyInformation proxyInformation,
out TrustConfigurationData[] trustConfig
)
public:
[WebMethodAttribute]
bool GetProxyTrustConfiguration(
VersionInformation^ proxyVersion,
[OutAttribute] VersionInformation^% fsVersion,
[OutAttribute] ProxyInformation^% proxyInformation,
[OutAttribute] array<TrustConfigurationData^>^% trustConfig
)
[<WebMethodAttribute>]
member GetProxyTrustConfiguration :
proxyVersion:VersionInformation *
fsVersion:VersionInformation byref *
proxyInformation:ProxyInformation byref *
trustConfig:TrustConfigurationData[] byref -> bool
<WebMethodAttribute>
Public 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/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
The proxy trust configuration from the Federation Server.
See Also
FederationServerService Class
System.Web.Security.SingleSignOn Namespace
Return to top