TestimoX

API Reference

Class

KerberosPolicyState

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Modifiers sealed

Kerberos policy state (ticket lifetimes and renewal limits).

Inheritance

  • Object
  • KerberosPolicyState

Constructors

public KerberosPolicyState() #

Properties

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

When true, validates user rights for service ticket requests.

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

Service ticket lifetime (minutes).

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

User ticket lifetime (hours).

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

Maximum clock skew (minutes).

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

Maximum renewal lifetime (days).