API Reference
Class
ClientView
Kerberos client armoring (claims/compound/armoring) + FAST requirement view with attribution.
Inheritance
- Object
- ClientView
Constructors
public ClientView() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name evaluated.
public String TargetDn { get; set; } #Target distinguished name used for policy resolution (Domain Controllers OU).
public Nullable<UInt32> EnableCbacAndArmor { get; set; } #EnableCbacAndArmor raw DWORD (null when not configured).
public Nullable<UInt32> RequireFast { get; set; } #RequireFast raw DWORD (null when not configured).
public Boolean ClientArmoringEnabled { get; } #True when client claims/compound/armoring is enabled (EnableCbacAndArmor >= 1).
public Boolean RequireFastEnabled { get; } #True when FAST is required (RequireFast >= 1).
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #Policy Attribution rows (winner + sources) for client keys.