TestimoX

API Reference

Class

Finding (SmartCardPostureService)

Namespace ADPlayground.Security.SmartCardPostureService
Assembly ADPlayground
Implements
IEquatable<Finding>
Modifiers sealed

Represents a finding for a user missing expected posture or failing age threshold.

Inheritance

  • Object
  • Finding

Constructors

public Finding(String distinguishedName, String samAccountName, Nullable<Int32> passwordLastChangedDays) #

Creates a new finding.

Parameters

distinguishedName System.String requiredposition: 0
Distinguished name of the user.
samAccountName System.String requiredposition: 1
sAMAccountName of the user.
passwordLastChangedDays System.Nullable{System.Int32} requiredposition: 2
Days since password last set; null when unknown.

Methods

public Finding <Clone>$() #
Returns: Finding
public virtual Boolean Equals(Finding other) #
Returns: Boolean

Parameters

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

Properties

public String DistinguishedName { get; set; } #

Distinguished name of the user.

public String SamAccountName { get; set; } #

sAMAccountName of the user.

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

Days since password last set; null when unknown.