IAppServiceDomain.VerifyDomainOwnershipAsync(String, String, CancellationToken) Method
Definition
Verifies the ownership of the domain for a certificate order bound to this domain.
public System.Threading.Tasks.Task VerifyDomainOwnershipAsync (string certificateOrderName, string domainVerificationToken, System.Threading.CancellationToken cancellationToken = null);
abstract member VerifyDomainOwnershipAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- certificateOrderName
- String
The name of the certificate order.
- domainVerificationToken
- String
The domain verification token for the certificate order.
- cancellationToken
- CancellationToken