C# Class ACMESharp.Providers.CloudFlare.CloudFlareChallengeHandlerProvider

Inheritance: IChallengeHandlerProvider
Afficher le fichier Open project: ebekker/ACMESharp

Méthodes publiques

Свойство Type Description
AuthKey ACMESharp.Ext.ParameterDetail
DomainName ACMESharp.Ext.ParameterDetail
EmailAddress ACMESharp.Ext.ParameterDetail

Méthodes publiques

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

Private Methods

Méthode Description
ValidateParameters ( object>.IReadOnlyDictionary parameters ) : void

Method Details

DescribeParameters() public méthode

public DescribeParameters ( ) : IEnumerable
Résultat IEnumerable

GetHandler() public méthode

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

IsSupported() public méthode

public IsSupported ( ACMESharp.ACME.Challenge c ) : bool
c ACMESharp.ACME.Challenge
Résultat bool

Property Details

AuthKey public_oe static_oe property

public static ParameterDetail,ACMESharp.Ext AuthKey
Résultat ACMESharp.Ext.ParameterDetail

DomainName public_oe static_oe property

public static ParameterDetail,ACMESharp.Ext DomainName
Résultat ACMESharp.Ext.ParameterDetail

EmailAddress public_oe static_oe property

public static ParameterDetail,ACMESharp.Ext EmailAddress
Résultat ACMESharp.Ext.ParameterDetail