TestimoX

API Reference

Enum

CxNetlogonField

Namespace ComputerX.Controls
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Netlogon secure channel policy fields.

Inheritance

  • Enum
  • CxNetlogonField

Values

public const CxNetlogonField RequireSignOrSeal #

Require signing or sealing of secure channel (RequireSignOrSeal).

Value: 0
public const CxNetlogonField SignSecureChannel #

Digitally sign secure channel (SignSecureChannel).

Value: 1
public const CxNetlogonField SealSecureChannel #

Digitally encrypt or seal secure channel (SealSecureChannel).

Value: 2
public const CxNetlogonField DisablePasswordChange #

Disable machine account password change (DisablePasswordChange).

Value: 3
public const CxNetlogonField MaximumPasswordAgeDays #

Maximum machine account password age in days (MaximumPasswordAge).

Value: 4