API Reference
Class
View (Pku2uPolicyEvaluator)
Effective PKU2U policy view for DCs.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, Nullable<UInt32> EffectiveValue, Boolean Disabled) #Effective PKU2U policy view for DCs.
Parameters
- DomainName System.String
- DNS domain name.
- TargetDn System.String
- Target distinguished name of the evaluated policy.
- EffectiveValue System.Nullable{System.UInt32}
- Effective DWORD value of AllowOnlineID (null when undefined).
- Disabled System.Boolean
- True when policy is disabled (recommended).
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<UInt32> EffectiveValue, out Boolean Disabled) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- EffectiveValue Nullable<UInt32>
- Disabled Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String