API Reference
Class
View (LdapChannelBindingEvaluator)
Result view for LDAP channel binding evaluation.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, Nullable<UInt32> EffectiveValue, Boolean EnabledOrRequired, IReadOnlyList<GpoRef> Sources) #Result view for LDAP channel binding evaluation.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- OU distinguished name used for policy resolution.
- EffectiveValue System.Nullable{System.UInt32}
- Raw DWORD value (1=Enabled, 2=Required).
- EnabledOrRequired System.Boolean
- True when 1 or 2.
- Sources System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoRef}
- GPOs contributing the evaluated setting (per role), de-duplicated.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<UInt32> EffectiveValue, out Boolean EnabledOrRequired, out IReadOnlyList<GpoRef> Sources) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- EffectiveValue Nullable<UInt32>
- EnabledOrRequired Boolean
- Sources IReadOnlyList<GpoRef>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String TargetDn { get; set; } #ResultMetadataOU distinguished name used for policy resolution.
public Nullable<UInt32> EffectiveValue { get; set; } #ResultMetadataRaw DWORD value (1=Enabled, 2=Required).
public Boolean EnabledOrRequired { get; set; } #True when 1 or 2.
public IReadOnlyList<GpoRef> Sources { get; set; } #ResultMetadataGPOs contributing the evaluated setting (per role), de-duplicated.