TestimoX

API Reference

Class

InsecureGuestAuthView

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

Insecure guest authentication state.

Inheritance

  • Object
  • InsecureGuestAuthView

Constructors

public InsecureGuestAuthView(Boolean Disabled, Nullable<UInt32> EffectiveValue) #

Insecure guest authentication state.

Parameters

Disabled System.Boolean requiredposition: 0
True when disabled.
EffectiveValue System.Nullable{System.UInt32} requiredposition: 1
Raw DWORD when present.

Methods

public InsecureGuestAuthView <Clone>$() #
Returns: InsecureGuestAuthView
public Void Deconstruct(out Boolean Disabled, out Nullable<UInt32> EffectiveValue) #
Returns: Void

Parameters

Disabled Boolean requiredposition: 0
EffectiveValue Nullable<UInt32> requiredposition: 1
public virtual Boolean Equals(InsecureGuestAuthView other) #
Returns: Boolean

Parameters

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

Properties

public Boolean Disabled { get; set; } #

True when disabled.

public Nullable<UInt32> EffectiveValue { get; set; } #
ResultMetadata

Raw DWORD when present.