API Reference
Class
RootAnchorHelper
Provides helper methods for obtaining root DNSSEC trust anchors.
Inheritance
- Object
- RootAnchorHelper
Methods
FetchLatestAsync() #Downloads and parses the current root trust anchor records.
Returns
Array of RootDsRecord entries.
ParseFromXml(System.String xml) #Parses root anchor DS records from an XML string.
Parameters
- xml System.String
- Root anchor XML document.
Returns
Array of parsed records.
Properties
ClientOverride #Overrides the HTTP client used for downloading the anchor file. This is intended for testing purposes only.