SelfValidatingInternalDnsSecStubResolver(DnsClient, IResolverHintStore) Constructor
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public SelfValidatingInternalDnsSecStubResolver(
DnsClient? dnsClient = null,
IResolverHintStore? resolverHintStore = null
)
Public Sub New (
Optional dnsClient As DnsClient = Nothing,
Optional resolverHintStore As IResolverHintStore = Nothing
)
public:
SelfValidatingInternalDnsSecStubResolver(
DnsClient^ dnsClient = nullptr,
IResolverHintStore^ resolverHintStore = nullptr
)
new :
?dnsClient : DnsClient *
?resolverHintStore : IResolverHintStore
(* Defaults:
let _dnsClient = defaultArg dnsClient null
let _resolverHintStore = defaultArg resolverHintStore null
*)
-> SelfValidatingInternalDnsSecStubResolver
Parameters
- dnsClient DnsClient (Optional)
- The DNS client to use
- resolverHintStore IResolverHintStore (Optional)
- The resolver hint store with the root DnsKey hints