C# Class ACMESharp.Providers.IIS.IisChallengeHandlerProvider

Inheritance: IChallengeHandlerProvider
Show file Open project: ebekker/ACMESharp

Public Properties

Property Type Description
OVERRIDE_SITE_ROOT ACMESharp.Ext.ParameterDetail
SKIP_LOCAL_WEB_CONFIG ACMESharp.Ext.ParameterDetail
WEB_SITE_REF 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

OVERRIDE_SITE_ROOT public static property

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

SKIP_LOCAL_WEB_CONFIG public static property

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

WEB_SITE_REF public static property

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