TestimoX

API Reference

Class

NtlmMinSecView

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

NTLM minimum security flags (client or server) and compliance flag.

Inheritance

  • Object
  • NtlmMinSecView

Usage

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

Constructors

public NtlmMinSecView(UInt32 Value, Boolean Compliant) #

NTLM minimum security flags (client or server) and compliance flag.

Parameters

Value System.UInt32 requiredposition: 0
Raw DWORD flags.
Compliant System.Boolean requiredposition: 1
True when equals the recommended set.

Methods

public NtlmMinSecView <Clone>$() #
Returns: NtlmMinSecView
public Void Deconstruct(out UInt32 Value, out Boolean Compliant) #
Returns: Void

Parameters

Value UInt32 requiredposition: 0
Compliant Boolean requiredposition: 1
public virtual Boolean Equals(NtlmMinSecView other) #
Returns: Boolean

Parameters

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

Properties

public UInt32 Value { get; set; } #

Raw DWORD flags.

public Boolean Compliant { get; set; } #

True when equals the recommended set.