API Reference
Class
KerberosPolicyInfo
Domain Kerberos policy values (units normalized to GUI-friendly minutes/hours/days).
Inheritance
- Object
- KerberosPolicyInfo
Constructors
public KerberosPolicyInfo() #Inherited Methods
Properties
public Nullable<Boolean> EnforceUserLogonRestrictions { get; set; } #When true, enforces user logon restrictions.
public Nullable<Int32> MaxServiceTicketAgeMinutes { get; set; } #Maximum service ticket age, in minutes.
public Nullable<Int32> MaxTicketAgeHours { get; set; } #Maximum TGT ticket age, in hours.
public Nullable<Int32> MaxRenewAgeDays { get; set; } #Maximum ticket renew age, in days.
public Nullable<Int32> MaxClockSkewMinutes { get; set; } #Maximum clock skew tolerance, in minutes.