C# Class ACMESharp.Providers.AWS.AwsRoute53ChallengeHandlerProvider

Inheritance: IChallengeHandlerProvider
Show file Open project: ebekker/ACMESharp

Public Properties

Property Type Description
HOSTED_ZONE_ID ACMESharp.Ext.ParameterDetail
RR_TTL ACMESharp.Ext.ParameterDetail
RR_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

HOSTED_ZONE_ID public static property

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

RR_TTL public static property

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

RR_TYPE public static property

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