API Reference
Class
View (NetlogonSecureChannelEvaluator)
Result view for secure channel policy evaluation.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, IReadOnlyList<String> Missing, IReadOnlyDictionary<String, Nullable<UInt32>> Values, IReadOnlyList<GpoRef> Sources) #Result view for secure channel policy evaluation.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- OU distinguished name used for policy resolution.
- Missing System.Collections.Generic.IReadOnlyList{System.String}
- List of flags not set to 1.
- Values System.Collections.Generic.IReadOnlyDictionary{System.String,System.Nullable{System.UInt32}}
- Raw DWORDs for the evaluated flags.
- Sources System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoRef}
- GPOs contributing the evaluated flags (per role), de-duplicated.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out IReadOnlyList<String> Missing, out IReadOnlyDictionary<String, Nullable<UInt32>> Values, out IReadOnlyList<GpoRef> Sources) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- Missing IReadOnlyList<String>
- Values IReadOnlyDictionary<String, Nullable<UInt32>>
- Sources IReadOnlyList<GpoRef>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainName { get; set; } #Target domain.
public String TargetDn { get; set; } #OU distinguished name used for policy resolution.
public IReadOnlyList<String> Missing { get; set; } #List of flags not set to 1.
public IReadOnlyDictionary<String, Nullable<UInt32>> Values { get; set; } #Raw DWORDs for the evaluated flags.
public IReadOnlyList<GpoRef> Sources { get; set; } #GPOs contributing the evaluated flags (per role), de-duplicated.