API Reference
Class
View (LdapClientSigningEvaluator)
Result view for LDAP client signing evaluation.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, Int32 Value, Boolean Configured, Boolean Preferred, IReadOnlyList<GpoRef> Sources) #Result view for LDAP client signing evaluation.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- OU distinguished name used for policy resolution.
- Value System.Int32
- Effective value (0=None, 1=Negotiate, 2=Require).
- Configured System.Boolean
- True when value is 1 or 2.
- Preferred System.Boolean
- True when value is 2 (Require).
- 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 Int32 Value, out Boolean Configured, out Boolean Preferred, out IReadOnlyList<GpoRef> Sources) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- Value Int32
- Configured Boolean
- Preferred 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 Int32 Value { get; set; } #Effective value (0=None, 1=Negotiate, 2=Require).
public Boolean Configured { get; set; } #True when value is 1 or 2.
public Boolean Preferred { get; set; } #True when value is 2 (Require).
public IReadOnlyList<GpoRef> Sources { get; set; } #ResultMetadataGPOs contributing the evaluated setting (per role), de-duplicated.