TestimoX

API Reference

Class

NetlogonVulnerableChannelAllowEntry

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<NetlogonVulnerableChannelAllowEntry>
Modifiers sealed

One Allow ACE from the Netlogon vulnerable-channel allow-list.

Inheritance

  • Object
  • NetlogonVulnerableChannelAllowEntry

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public NetlogonVulnerableChannelAllowEntry(Int32 Index, String TrusteeSid, Int32 AccessMask, String Rights, Boolean IsInherited) #

One Allow ACE from the Netlogon vulnerable-channel allow-list.

Parameters

Index System.Int32 requiredposition: 0
TrusteeSid System.String requiredposition: 1
AccessMask System.Int32 requiredposition: 2
Rights System.String requiredposition: 3
IsInherited System.Boolean requiredposition: 4

Methods

public NetlogonVulnerableChannelAllowEntry <Clone>$() #
Returns: NetlogonVulnerableChannelAllowEntry
public Void Deconstruct(out Int32 Index, out String TrusteeSid, out Int32 AccessMask, out String Rights, out Boolean IsInherited) #
Returns: Void

Parameters

Index Int32 requiredposition: 0
TrusteeSid String requiredposition: 1
AccessMask Int32 requiredposition: 2
Rights String requiredposition: 3
IsInherited Boolean requiredposition: 4
public virtual Boolean Equals(NetlogonVulnerableChannelAllowEntry other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties