Constructs a SessionAWSCredentials object for the specified accessKey, secretKey
            and session token. SecretKey is stored as clear string.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public SessionAWSCredentials( string awsAccessKeyId, SecureString awsSecretAccessKey, string token )
 Parameters
 Parameters