API Reference
Class
NetlogonSecureChannelView
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}
- List of required keys not present.
- Values System.Collections.Generic.IReadOnlyDictionary{System.String,System.Nullable{System.UInt32}}
- Effective registry values by name.
- Sources System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoRef}
- GPOs contributing the evaluated flags (de-duplicated, best-effort).
Methods
public NetlogonSecureChannelView <Clone>$() #Returns:
NetlogonSecureChannelViewpublic Void Deconstruct(out IReadOnlyList<String> Missing, out IReadOnlyDictionary<String, Nullable<UInt32>> Values, out IReadOnlyList<GpoRef> Sources) #Returns:
VoidParameters
- Missing IReadOnlyList<String>
- Values IReadOnlyDictionary<String, Nullable<UInt32>>
- Sources IReadOnlyList<GpoRef>
public virtual Boolean Equals(NetlogonSecureChannelView other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public IReadOnlyList<String> Missing { get; set; } #List of required keys not present.
public IReadOnlyDictionary<String, Nullable<UInt32>> Values { get; set; } #ResultMetadataEffective registry values by name.
public IReadOnlyList<GpoRef> Sources { get; set; } #ResultMetadataGPOs contributing the evaluated flags (de-duplicated, best-effort).