API Reference
Class
KerberosPolicyReader
Reads Kerberos policy from a GPO's GptTmpl.inf under SYSVOL.
Inheritance
- Object
- KerberosPolicyReader
Methods
public static KerberosPolicyInfo Read(String gpoSysvolPath) #Returns:
KerberosPolicyInfoParses Kerberos policy values from the GPO SYSVOL path.
Parameters
- gpoSysvolPath System.String
- Path to the GPO root inside SYSVOL.
Returns
Kerberos policy info when present; otherwise null.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object