TestimoX

API Reference

Class

View (Pku2uPolicyEvaluator)

Namespace ADPlayground.Gpo.Pku2uPolicyEvaluator
Assembly ADPlayground
Implements
IEquatable<View>
Modifiers sealed

Effective PKU2U policy view for DCs.

Inheritance

  • Object
  • View

Constructors

public View(String DomainName, String TargetDn, Nullable<UInt32> EffectiveValue, Boolean Disabled) #

Effective PKU2U policy view for DCs.

Parameters

DomainName System.String requiredposition: 0
DNS domain name.
TargetDn System.String requiredposition: 1
Target distinguished name of the evaluated policy.
EffectiveValue System.Nullable{System.UInt32} requiredposition: 2
Effective DWORD value of AllowOnlineID (null when undefined).
Disabled System.Boolean requiredposition: 3
True when policy is disabled (recommended).

Methods

public View <Clone>$() #
Returns: View
public Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<UInt32> EffectiveValue, out Boolean Disabled) #
Returns: Void

Parameters

DomainName String requiredposition: 0
TargetDn String requiredposition: 1
EffectiveValue Nullable<UInt32> requiredposition: 2
Disabled Boolean requiredposition: 3
public virtual Boolean Equals(View other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DomainName { get; set; } #

DNS domain name.

public String TargetDn { get; set; } #

Target distinguished name of the evaluated policy.

public Nullable<UInt32> EffectiveValue { get; set; } #

Effective DWORD value of AllowOnlineID (null when undefined).

public Boolean Disabled { get; set; } #

True when policy is disabled (recommended).