API Reference
Class
KerberosPolicyState
Kerberos policy state (ticket lifetimes and renewal limits).
Inheritance
- Object
- KerberosPolicyState
Constructors
public KerberosPolicyState() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).