C# Класс ACMESharp.AuthorizeChallenge

Показать файл Открыть проект

Открытые методы

Метод Описание
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