AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Calls the specified endpoint, optionally providing custom credentials.
Namespace: Amazon.SecurityToken.SAML
Assembly: AWSSDK.SecurityToken.dll
Version: 3.x.y.z
public abstract String Authenticate( Uri identityProvider, ICredentials credentials, String authenticationType, WebProxy proxySettings )
The endpoint providing
Optional, if not supplied the token for the currently logged-in user is supplied to the authentication endpoint.
The authentication type expected by the endpoint. Valid values are 'NTLM', 'Digest', 'Kerberos' and 'Negotiate'.
Null or configured proxy settings for the HTTPS call.
.NET Framework:
Supported in: 4.7.2 and newer