C# Class ACMESharp.Providers.AWS.AwsS3ChallengeHandlerProvider

Inheritance: IChallengeHandlerProvider
Show file Open project: ebekker/ACMESharp

Public Properties

Property Type Description
BUCKET_NAME ACMESharp.Ext.ParameterDetail
CANNED_ACL ACMESharp.Ext.ParameterDetail
CONTENT_TYPE ACMESharp.Ext.ParameterDetail

Public Methods

Method Description
DescribeParameters ( ) : IEnumerable
GetHandler ( ACMESharp.ACME.Challenge c, object>.IReadOnlyDictionary initParams ) : IChallengeHandler
IsSupported ( ACMESharp.ACME.Challenge c ) : bool

Method Details

DescribeParameters() public method

public DescribeParameters ( ) : IEnumerable
return IEnumerable

GetHandler() public method

public GetHandler ( ACMESharp.ACME.Challenge c, object>.IReadOnlyDictionary initParams ) : IChallengeHandler
c ACMESharp.ACME.Challenge
initParams object>.IReadOnlyDictionary
return IChallengeHandler

IsSupported() public method

public IsSupported ( ACMESharp.ACME.Challenge c ) : bool
c ACMESharp.ACME.Challenge
return bool

Property Details

BUCKET_NAME public static property

public static ParameterDetail,ACMESharp.Ext BUCKET_NAME
return ACMESharp.Ext.ParameterDetail

CANNED_ACL public static property

public static ParameterDetail,ACMESharp.Ext CANNED_ACL
return ACMESharp.Ext.ParameterDetail

CONTENT_TYPE public static property

public static ParameterDetail,ACMESharp.Ext CONTENT_TYPE
return ACMESharp.Ext.ParameterDetail