API Reference
Class
NetlogonVulnerableChannelAllowEntry
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.
Returned or exposed by
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
- TrusteeSid System.String
- AccessMask System.Int32
- Rights System.String
- IsInherited System.Boolean
Methods
public NetlogonVulnerableChannelAllowEntry <Clone>$() #Returns:
NetlogonVulnerableChannelAllowEntrypublic Void Deconstruct(out Int32 Index, out String TrusteeSid, out Int32 AccessMask, out String Rights, out Boolean IsInherited) #Returns:
VoidParameters
- Index Int32
- TrusteeSid String
- AccessMask Int32
- Rights String
- IsInherited Boolean
public virtual Boolean Equals(NetlogonVulnerableChannelAllowEntry other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String