C# 클래스 ACMESharp.AuthorizeChallenge

파일 보기 프로젝트 열기: ebekker/ACMESharp

공개 메소드들

메소드 설명
GenerateDnsChallengeAnswer ( string dnsId, ISigner signer ) : string>.KeyValuePair

Returns a key-value pair that represents the DNS domain name that needs to be configured (the key) and the value that should be returned (the value) for a query against that domain name for a record of type TXT.

GenerateHttpChallengeAnswer ( string dnsId, ISigner signer ) : string>.KeyValuePair

Returns a key-value pair that represents the HTTP resource path that needs to be configured (the key) and the resource content that should be returned for an HTTP request for this path on a server that the target DNS resolve to.

IsInvalid ( ) : bool
IsPending ( ) : bool

메소드 상세

GenerateDnsChallengeAnswer() 공개 메소드

Returns a key-value pair that represents the DNS domain name that needs to be configured (the key) and the value that should be returned (the value) for a query against that domain name for a record of type TXT.
public GenerateDnsChallengeAnswer ( string dnsId, ISigner signer ) : string>.KeyValuePair
dnsId string
signer ISigner
리턴 string>.KeyValuePair

GenerateHttpChallengeAnswer() 공개 메소드

Returns a key-value pair that represents the HTTP resource path that needs to be configured (the key) and the resource content that should be returned for an HTTP request for this path on a server that the target DNS resolve to.
public GenerateHttpChallengeAnswer ( string dnsId, ISigner signer ) : string>.KeyValuePair
dnsId string
signer ISigner
리턴 string>.KeyValuePair

IsInvalid() 공개 메소드

public IsInvalid ( ) : bool
리턴 bool

IsPending() 공개 메소드

public IsPending ( ) : bool
리턴 bool