API Reference
Class
KerberosPolicyInfo
Domain Kerberos policy values (units normalized to GUI-friendly minutes/hours/days).
Inheritance
- Object
- KerberosPolicyInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DomainKerberosPolicyReader.Read
- Property GpoDetails.KerberosPolicy
- Property GpoDetailsView.KerberosPolicy
- Method KerberosPolicyReader.Read
- Property RsopDetails.DomainKerberosPolicy
- Property RsopDetailsView.DomainKerberosPolicy
- Property RsopGpResultSingleReport.DomainKerberosPolicy
Constructors
public KerberosPolicyInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.