Method | Description | |
---|---|---|
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 |
public GenerateDnsChallengeAnswer ( string dnsId, ISigner signer ) : string>.KeyValuePair |
||
dnsId | string | |
signer | ISigner | |
return | string>.KeyValuePair |
public GenerateHttpChallengeAnswer ( string dnsId, ISigner signer ) : string>.KeyValuePair |
||
dnsId | string | |
signer | ISigner | |
return | string>.KeyValuePair |