API Reference
Class
DomainVerificationRecord
Represents a TXT record used for domain verification tokens.
Inheritance
- Object
- DomainVerificationRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public DomainVerificationRecord(String provider, String token) #Initializes a new instance of the DomainVerificationRecord class.
Parameters
- provider System.String
- The provider key.
- token System.String
- The verification token.
Methods
public static Boolean TryParse(String record, out DomainVerificationRecord result) #Returns:
BooleanAttempts to parse a domain verification TXT record.
Parameters
- record System.String
- Raw TXT record.
- result DnsClientX.DomainVerificationRecord@
- Parsed record.
Returns
true if parsing succeeded.