API Reference
Class
PrivUser
Describes a privileged user with smart-card posture metadata.
Inheritance
- Object
- PrivUser
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PrivUser.<Clone>$
- Property View.Privileged
Accepted by parameters
- Constructor View.View
Constructors
public PrivUser(String distinguishedName, String samAccountName, Boolean smartCardRequired, Nullable<Int32> passwordLastChangedDays) #Creates a new privileged user descriptor.
Parameters
- distinguishedName System.String
- Distinguished name of the user object.
- samAccountName System.String
- sAMAccountName of the user.
- smartCardRequired System.Boolean
- True when userAccountControl requires smart card.
- passwordLastChangedDays System.Nullable{System.Int32}
- Days since password last set; null when unknown.
Methods
Inherited Methods
Properties
public String DistinguishedName { get; set; } #Distinguished name of the user object.
public String SamAccountName { get; set; } #sAMAccountName of the user.
public Boolean SmartCardRequired { get; set; } #True when userAccountControl requires smart card.
public Nullable<Int32> PasswordLastChangedDays { get; set; } #Days since password last set; null when unknown.