TestimoX

API Reference

Enum

CxKerberosPolicyField

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

Kerberos Policy fields (domain policy).

Inheritance

  • Enum
  • CxKerberosPolicyField

Values

public const CxKerberosPolicyField EnforceUserLogonRestrictions #

Enforce user logon restrictions (bool).

Value: 0
public const CxKerberosPolicyField ServiceTicketLifetimeMinutes #

Service ticket lifetime in minutes.

Value: 1
public const CxKerberosPolicyField UserTicketLifetimeHours #

User ticket lifetime in hours.

Value: 2
public const CxKerberosPolicyField MaxClockSkewMinutes #

Maximum clock skew in minutes.

Value: 3
public const CxKerberosPolicyField MaxRenewLifetimeDays #

Maximum renew lifetime in days.

Value: 4