Constructs a SessionAWSCredentials object for the specified accessKey, secretKey
and session token. SecretKey is stored as clear string.

C# |
public SessionAWSCredentials( string awsAccessKeyId, SecureString awsSecretAccessKey, string token )
