Amazon.SecurityToken.SAML.SAMLAuthenticationController.SAMLAuthenticationController C# (CSharp) Метод

SAMLAuthenticationController() публичный Метод

Instantiates a controller instance configured to use the built-in AD FS classes to authenticate and parse the responses. The supplied proxy settings will be used in the HTTPS calls to the authentication endpoint.
public SAMLAuthenticationController ( WebProxy proxySettings ) : System
proxySettings System.Net.WebProxy
Результат System
        public SAMLAuthenticationController(WebProxy proxySettings)
            : this(new AdfsAuthenticationController(), new AdfsAuthenticationResponseParser(), proxySettings)
        {
        }

Same methods

SAMLAuthenticationController::SAMLAuthenticationController ( ) : System
SAMLAuthenticationController::SAMLAuthenticationController ( IAuthenticationController authenticationController, IAuthenticationResponseParser responseParser, WebProxy proxySettings ) : System