Amazon.Runtime.Internal.Auth.SharedCredentialsFile.SharedCredentialsFile C# (CSharp) Method

SharedCredentialsFile() public method

Construct a new SharedCredentialsFile.
public SharedCredentialsFile ( string filePath ) : Amazon.Runtime.Internal.Util
filePath string path of the shared credentials file
return Amazon.Runtime.Internal.Util
        public SharedCredentialsFile(string filePath)
        {
            iniFile = new IniFile(filePath);
        }