API Reference
Class
View (RestrictNtlmEvaluator)
Result view for Restrict NTLM settings.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, Int32 IncomingValue, Boolean IncomingMin, Boolean IncomingPreferred, Int32 OutgoingValue, Boolean OutgoingMin, Boolean OutgoingPreferred, IReadOnlyList<GpoRef> Sources) #Result view for Restrict NTLM settings.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- OU distinguished name used for policy resolution.
- IncomingValue System.Int32
- RestrictReceivingNTLMTraffic value (0..2).
- IncomingMin System.Boolean
- True when at least 1 (deny remote to DCs).
- IncomingPreferred System.Boolean
- True when 2 (deny all).
- OutgoingValue System.Int32
- RestrictSendingNTLMTraffic value (0..2).
- OutgoingMin System.Boolean
- True when at least 1 (deny domain accounts).
- OutgoingPreferred System.Boolean
- True when 2 (deny all).
- Sources System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoRef}
- GPOs contributing evaluated settings (incoming/outgoing), de-duplicated.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out Int32 IncomingValue, out Boolean IncomingMin, out Boolean IncomingPreferred, out Int32 OutgoingValue, out Boolean OutgoingMin, out Boolean OutgoingPreferred, out IReadOnlyList<GpoRef> Sources) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- IncomingValue Int32
- IncomingMin Boolean
- IncomingPreferred Boolean
- OutgoingValue Int32
- OutgoingMin Boolean
- OutgoingPreferred Boolean
- Sources IReadOnlyList<GpoRef>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String TargetDn { get; set; } #OU distinguished name used for policy resolution.
public Int32 IncomingValue { get; set; } #RestrictReceivingNTLMTraffic value (0..2).
public Boolean IncomingMin { get; set; } #True when at least 1 (deny remote to DCs).
public Boolean IncomingPreferred { get; set; } #True when 2 (deny all).
public Int32 OutgoingValue { get; set; } #RestrictSendingNTLMTraffic value (0..2).
public Boolean OutgoingMin { get; set; } #True when at least 1 (deny domain accounts).
public Boolean OutgoingPreferred { get; set; } #True when 2 (deny all).
public IReadOnlyList<GpoRef> Sources { get; set; } #GPOs contributing evaluated settings (incoming/outgoing), de-duplicated.