TestimoX

API Reference

Class

NetlogonSecureChannelView

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

Result of secure channel settings evaluation.

Inheritance

  • Object
  • NetlogonSecureChannelView

Constructors

public NetlogonSecureChannelView(IReadOnlyList<String> Missing, IReadOnlyDictionary<String, Nullable<UInt32>> Values, IReadOnlyList<GpoRef> Sources) #

Result of secure channel settings evaluation.

Parameters

Missing System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 0
List of required keys not present.
Values System.Collections.Generic.IReadOnlyDictionary{System.String,System.Nullable{System.UInt32}} requiredposition: 1
Effective registry values by name.
Sources System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoRef} requiredposition: 2
GPOs contributing the evaluated flags (de-duplicated, best-effort).

Methods

public NetlogonSecureChannelView <Clone>$() #
Returns: NetlogonSecureChannelView
public Void Deconstruct(out IReadOnlyList<String> Missing, out IReadOnlyDictionary<String, Nullable<UInt32>> Values, out IReadOnlyList<GpoRef> Sources) #
Returns: Void

Parameters

Missing IReadOnlyList<String> requiredposition: 0
Values IReadOnlyDictionary<String, Nullable<UInt32>> requiredposition: 1
Sources IReadOnlyList<GpoRef> requiredposition: 2
public virtual Boolean Equals(NetlogonSecureChannelView other) #
Returns: Boolean

Parameters

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

Properties

public IReadOnlyList<String> Missing { get; set; } #

List of required keys not present.

public IReadOnlyDictionary<String, Nullable<UInt32>> Values { get; set; } #
ResultMetadata

Effective registry values by name.

public IReadOnlyList<GpoRef> Sources { get; set; } #
ResultMetadata

GPOs contributing the evaluated flags (de-duplicated, best-effort).