API Reference
Class
NetlogonVulnerableChannelAllowListView
Parsed Netlogon vulnerable-channel allow-list state.
Inheritance
- Object
- NetlogonVulnerableChannelAllowListView
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Constructors
public NetlogonVulnerableChannelAllowListView(Boolean IsConfigured, Boolean DescriptorParsed, Boolean AllowsVulnerableConnections, String SecurityDescriptor, String EffectiveDisplay, IReadOnlyList<NetlogonVulnerableChannelAllowEntry> AllowedEntries, String ParseError, IReadOnlyList<GpoRef> Sources) #Parsed Netlogon vulnerable-channel allow-list state.
Parameters
- IsConfigured System.Boolean
- DescriptorParsed System.Boolean
- AllowsVulnerableConnections System.Boolean
- SecurityDescriptor System.String
- EffectiveDisplay System.String
- AllowedEntries System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.NetlogonVulnerableChannelAllowEntry}
- ParseError System.String
- Sources System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoRef}
Methods
public NetlogonVulnerableChannelAllowListView <Clone>$() #Returns:
NetlogonVulnerableChannelAllowListViewpublic Void Deconstruct(out Boolean IsConfigured, out Boolean DescriptorParsed, out Boolean AllowsVulnerableConnections, out String SecurityDescriptor, out String EffectiveDisplay, out IReadOnlyList<NetlogonVulnerableChannelAllowEntry> AllowedEntries, out String ParseError, out IReadOnlyList<GpoRef> Sources) #Returns:
VoidParameters
- IsConfigured Boolean
- DescriptorParsed Boolean
- AllowsVulnerableConnections Boolean
- SecurityDescriptor String
- EffectiveDisplay String
- AllowedEntries IReadOnlyList<NetlogonVulnerableChannelAllowEntry>
- ParseError String
- Sources IReadOnlyList<GpoRef>
public virtual Boolean Equals(NetlogonVulnerableChannelAllowListView other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Int32 AllowedEntryCount { get; } #Number of Allow ACEs in the descriptor.
public Boolean IsKnownEmpty { get; } #True only when the configured descriptor was parsed and no vulnerable allow condition was found.
public Boolean IsConfigured { get; set; } #public Boolean DescriptorParsed { get; set; } #public Boolean AllowsVulnerableConnections { get; set; } #public String SecurityDescriptor { get; set; } #public String EffectiveDisplay { get; set; } #public IReadOnlyList<NetlogonVulnerableChannelAllowEntry> AllowedEntries { get; set; } #public String ParseError { get; set; } #public IReadOnlyList<GpoRef> Sources { get; set; } #ResultMetadata