Class RVAmazonWebServicesCredentials

Inheritance
System.Object
RVAmazonWebServicesCredentials
Implements
Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVAmazonWebServicesCredentials : Object, IRVDataSourceCredential

Constructors

RVAmazonWebServicesCredentials(String, String)

Declaration
public RVAmazonWebServicesCredentials(string key, string secret)
Parameters
Type Name Description
System.String key
System.String secret

RVAmazonWebServicesCredentials(String, String, String)

Declaration
public RVAmazonWebServicesCredentials(string key, string secret, string sessionToken)
Parameters
Type Name Description
System.String key
System.String secret
System.String sessionToken

Properties

Key

Declaration
public string Key { get; }
Property Value
Type Description
System.String

Secret

Declaration
public string Secret { get; }
Property Value
Type Description
System.String

SessionToken

Declaration
public string SessionToken { get; }
Property Value
Type Description
System.String

Implements

IRVDataSourceCredential