API Reference
Class
View (LimitBlankPasswordUseEvaluator)
Result view for the policy evaluation.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, Nullable<UInt32> EffectiveValue, Boolean Enabled) #Result view for the policy evaluation.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- OU distinguished name used for policy resolution.
- EffectiveValue System.Nullable{System.UInt32}
- Effective DWORD value for LimitBlankPasswordUse.
- Enabled System.Boolean
- True when the setting is enabled (value 1).
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<UInt32> EffectiveValue, out Boolean Enabled) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- EffectiveValue Nullable<UInt32>
- Enabled Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainName { get; set; } #Target domain.
public String TargetDn { get; set; } #OU distinguished name used for policy resolution.
public Nullable<UInt32> EffectiveValue { get; set; } #Effective DWORD value for LimitBlankPasswordUse.
public Boolean Enabled { get; set; } #True when the setting is enabled (value 1).