Share via


ProxyInformation.ConfigInfo Property

 

This property supports the AD FS infrastructure and is not intended to be used directly from your code.

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

Syntax

public ProxyConfigurationInformation ConfigInfo { get; set; }
public:
property ProxyConfigurationInformation^ ConfigInfo {
    ProxyConfigurationInformation^ get();
    void set(ProxyConfigurationInformation^ value);
}
member ConfigInfo : ProxyConfigurationInformation with get, set
Public Property ConfigInfo As ProxyConfigurationInformation

Property Value

Type: System.Web.Security.SingleSignOn.ProxyConfigurationInformation

The configuration information.

See Also

ProxyInformation Class
System.Web.Security.SingleSignOn Namespace

Return to top