API Reference
Class
View (RestrictAnonymousEvaluator)
Result view for anonymous restrictions evaluation.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, UInt32 RestrictAnonymousValue, UInt32 RestrictAnonymousSamValue, Boolean RestrictAnonymousOk, Boolean RestrictAnonymousSamOk) #Result view for anonymous restrictions evaluation.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- OU distinguished name used for policy resolution.
- RestrictAnonymousValue System.UInt32
- RestrictAnonymous DWORD (should be >= 1).
- RestrictAnonymousSamValue System.UInt32
- RestrictAnonymousSAM DWORD (should be 1).
- RestrictAnonymousOk System.Boolean
- True when RestrictAnonymous meets requirement.
- RestrictAnonymousSamOk System.Boolean
- True when RestrictAnonymousSAM meets requirement.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out UInt32 RestrictAnonymousValue, out UInt32 RestrictAnonymousSamValue, out Boolean RestrictAnonymousOk, out Boolean RestrictAnonymousSamOk) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- RestrictAnonymousValue UInt32
- RestrictAnonymousSamValue UInt32
- RestrictAnonymousOk Boolean
- RestrictAnonymousSamOk Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String TargetDn { get; set; } #ResultMetadataOU distinguished name used for policy resolution.
public UInt32 RestrictAnonymousValue { get; set; } #RestrictAnonymous DWORD (should be >= 1).
public UInt32 RestrictAnonymousSamValue { get; set; } #RestrictAnonymousSAM DWORD (should be 1).
public Boolean RestrictAnonymousOk { get; set; } #True when RestrictAnonymous meets requirement.
public Boolean RestrictAnonymousSamOk { get; set; } #True when RestrictAnonymousSAM meets requirement.