API Reference
Class
SecurityOptionsApplyRequest
Describes a request to apply security options to a target host.
Inheritance
- Object
- SecurityOptionsApplyRequest
Constructors
public SecurityOptionsApplyRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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[] 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.