API Reference
Class
View (NullSessionEvaluator)
Result view for Null Session configuration.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, Boolean SharesEmpty, Boolean PipesEmpty, String[] Shares, String[] Pipes) #Result view for Null Session configuration.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- OU distinguished name used for policy resolution.
- SharesEmpty System.Boolean
- True when NullSessionShares is empty.
- PipesEmpty System.Boolean
- True when NullSessionPipes is empty.
- Shares System.String[]
- Raw share names when present.
- Pipes System.String[]
- Raw pipe names when present.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out Boolean SharesEmpty, out Boolean PipesEmpty, out String[] Shares, out String[] Pipes) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- SharesEmpty Boolean
- PipesEmpty Boolean
- Shares String[]
- Pipes String[]
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 Boolean PipesEmpty { get; set; } #True when NullSessionPipes is empty.
public String[] Pipes { get; set; } #Raw pipe names when present.