TestimoX

API Reference

Class

SecurityOptionsApplyRequest

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Modifiers sealed

Describes a request to apply security options to a target host.

Inheritance

  • Object
  • SecurityOptionsApplyRequest

Constructors

public SecurityOptionsApplyRequest() #

Properties

public String ComputerName { get; set; } #

Gets or sets the target computer name (null or "." for local).

public Nullable<Boolean> LimitBlankPasswordUse { get; set; } #

Gets or sets LimitBlankPasswordUse.

public Nullable<Int32> RestrictAnonymous { get; set; } #

Gets or sets RestrictAnonymous.

public Nullable<Int32> RestrictAnonymousSAM { get; set; } #

Gets or sets RestrictAnonymousSAM.

public Nullable<Int32> EveryoneIncludesAnonymous { get; set; } #

Gets or sets EveryoneIncludesAnonymous.

public String[] NullSessionShares { get; set; } #

Gets or sets NullSessionShares.

public String[] NullSessionPipes { get; set; } #

Gets or sets NullSessionPipes.

public Nullable<LmCompatibilityLevel> LmCompatibility { get; set; } #

Gets or sets LmCompatibility.

public Nullable<NtlmSspFlags> NtlmMinClientSec { get; set; } #

Gets or sets NtlmMinClientSec.

public Nullable<NtlmSspFlags> NtlmMinServerSec { get; set; } #

Gets or sets NtlmMinServerSec.

public Nullable<Boolean> RequireSmbSigningClient { get; set; } #

Gets or sets RequireSmbSigningClient.

public Nullable<Boolean> RequireSmbSigningServer { get; set; } #

Gets or sets RequireSmbSigningServer.

public Nullable<Int32> Smb1 { get; set; } #

Gets or sets Smb1.

public Nullable<Boolean> AllowInsecureGuestAuth { get; set; } #

Gets or sets AllowInsecureGuestAuth.

public Nullable<Boolean> NoLmHash { get; set; } #

Gets or sets NoLmHash.