API Reference
Class
View (LdapClientSigningEvaluator)
Result view for LDAP client signing evaluation.
Inheritance
- Object
- View
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor LdapHardeningAggregate.LdapHardeningAggregate
Constructors
public View(String DomainName, String TargetDn, Nullable<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.Nullable{System.Int32}
- Effective value when configured (0=None, 1=Negotiate, 2=Require); otherwise null.
- 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 Nullable<Int32> Value, out Boolean Configured, out Boolean Preferred, out IReadOnlyList<GpoRef> Sources) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- Value Nullable<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 Nullable<Int32> Value { get; set; } #Effective value when configured (0=None, 1=Negotiate, 2=Require); otherwise null.
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.