Class S3Credentials
Represents Amazon S3 credentials (access key and secret key)
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.IO.FileSystem.S3
Assembly: NFX.Web.dll
Syntax
[Serializable]
public class S3Credentials : Credentials
  Constructors
S3Credentials(String, String)
Declaration
public S3Credentials(string accessKey, string secretKey)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | accessKey | |
| System.String | secretKey | 
Properties
AccessKey
Declaration
public string AccessKey { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SecretKey
Declaration
public string SecretKey { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
ToString()
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()