Amazon.SecurityToken.SAML.StoredProfileSAMLCredentials.StoredProfileSAMLCredentials C# (CSharp) Method

StoredProfileSAMLCredentials() public method

Constructs an instance of StoredProfileSAMLCredentials. This constructor searches for details of the role to assume, and optional credentials to use with the endpoint, using the profile name specified in the App.config.
public StoredProfileSAMLCredentials ( ) : System
return System
        public StoredProfileSAMLCredentials()
            : this(AWSConfigs.AWSProfileName, null)
        {
        }

Same methods

StoredProfileSAMLCredentials::StoredProfileSAMLCredentials ( string profileName, string profilesLocation ) : System