API Reference
Class
View (LlmnrWdigestPolicyService)
Combined view of LLMNR and WDigest policy along with a merged attribution list.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when composite LLMNR/WDigest policy collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public View Llmnr { get; set; } #LLMNR policy view for the Domain Controllers OU.
public View Wdigest { get; set; } #WDigest UseLogonCredential policy view for the Domain Controllers OU.
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #Policy Attribution rows merged from the LLMNR and WDigest checks.