API Reference
Class
View (RecoveryConsoleEvaluator)
Result of Recovery Console policy evaluation.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, Nullable<UInt32> EffectiveValue, Nullable<Boolean> AllowAutomaticAdministrativeLogon, Nullable<Boolean> Disabled) #Result of Recovery Console policy evaluation.
Parameters
- DomainName System.String
- Evaluated domain.
- TargetDn System.String
- Effective policy target DN.
- EffectiveValue System.Nullable{System.UInt32}
- SecurityLevel value (DWORD) if present.
- AllowAutomaticAdministrativeLogon System.Nullable{System.Boolean}
- True when automatic admin logon is allowed.
- Disabled System.Nullable{System.Boolean}
- True when automatic admin logon is disabled (SecurityLevel == 1).
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<UInt32> EffectiveValue, out Nullable<Boolean> AllowAutomaticAdministrativeLogon, out Nullable<Boolean> Disabled) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- EffectiveValue Nullable<UInt32>
- AllowAutomaticAdministrativeLogon Nullable<Boolean>
- Disabled Nullable<Boolean>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainName { get; set; } #Evaluated domain.
public String TargetDn { get; set; } #Effective policy target DN.
public Nullable<UInt32> EffectiveValue { get; set; } #SecurityLevel value (DWORD) if present.
public Nullable<Boolean> AllowAutomaticAdministrativeLogon { get; set; } #True when automatic admin logon is allowed.
public Nullable<Boolean> Disabled { get; set; } #True when automatic admin logon is disabled (SecurityLevel == 1).