TestimoX

API Reference

Class

View (NetSessionHardeningEvaluator)

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

Result view containing the effective SrvsvcSessionInfo value.

Inheritance

  • Object
  • View

Constructors

public View(String DomainName, String TargetDn, Nullable<Int32> SrvsvcSessionInfo) #

Result view containing the effective SrvsvcSessionInfo value.

Parameters

DomainName System.String requiredposition: 0
Target domain.
TargetDn System.String requiredposition: 1
OU distinguished name used for policy resolution.
SrvsvcSessionInfo System.Nullable{System.Int32} requiredposition: 2
Effective numeric value; null when not set.

Methods

public View <Clone>$() #
Returns: View
public Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<Int32> SrvsvcSessionInfo) #
Returns: Void

Parameters

DomainName String requiredposition: 0
TargetDn String requiredposition: 1
SrvsvcSessionInfo Nullable<Int32> requiredposition: 2
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; } #

Target domain.

public String TargetDn { get; set; } #

OU distinguished name used for policy resolution.

public Nullable<Int32> SrvsvcSessionInfo { get; set; } #

Effective numeric value; null when not set.