Show / Hide Table of Contents

    Class AmazonS3Credentials

    Inheritance
    System.Object
    AmazonS3Credentials
    Namespace: Sensus.Authentication
    Assembly: SensusAndroid.dll
    Syntax
    public class AmazonS3Credentials : Object

    Constructors

    AmazonS3Credentials()

    Declaration
    public AmazonS3Credentials()

    Properties

    AccessKeyId

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

    CustomerMasterKey

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

    ExpirationTimestamp

    Declaration
    public DateTimeOffset ExpirationTimestamp { get; }
    Property Value
    Type Description
    System.DateTimeOffset

    ExpirationUnixTimeMilliseconds

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

    ProtocolId

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

    ProtocolURL

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

    Region

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

    RegionEndpoint

    Declaration
    public RegionEndpoint RegionEndpoint { get; }
    Property Value
    Type Description
    Amazon.RegionEndpoint

    SecretAccessKey

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

    SessionToken

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

    Methods

    WillBeValidFor(Nullable<TimeSpan>)

    Declaration
    public bool WillBeValidFor(Nullable<TimeSpan> duration = null)
    Parameters
    Type Name Description
    System.Nullable<System.TimeSpan> duration
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX