API Reference
Class
View (HardenedPathsEvaluator)
Result view of hardened UNC paths evaluation.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, String SysvolValue, String NetlogonValue, IReadOnlyList<String> MissingPaths) #Result view of hardened UNC paths evaluation.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- OU distinguished name used for policy resolution.
- SysvolValue System.String
- Raw value for \\*\SYSVOL, when present.
- NetlogonValue System.String
- Raw value for \\*\NETLOGON, when present.
- MissingPaths System.Collections.Generic.IReadOnlyList{System.String}
- List of required paths missing tokens or value.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out String SysvolValue, out String NetlogonValue, out IReadOnlyList<String> MissingPaths) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- SysvolValue String
- NetlogonValue String
- MissingPaths IReadOnlyList<String>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String TargetDn { get; set; } #OU distinguished name used for policy resolution.
public String SysvolValue { get; set; } #Raw value for \\*\SYSVOL, when present.
public String NetlogonValue { get; set; } #Raw value for \\*\NETLOGON, when present.
public IReadOnlyList<String> MissingPaths { get; set; } #List of required paths missing tokens or value.