#[repr(C)]pub struct POLICY_DOMAIN_KERBEROS_TICKET_INFO {
pub AuthenticationOptions: u32,
pub MaxServiceTicketAge: i64,
pub MaxTicketAge: i64,
pub MaxRenewAge: i64,
pub MaxClockSkew: i64,
pub Reserved: i64,
}Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§AuthenticationOptions: u32§MaxServiceTicketAge: i64§MaxTicketAge: i64§MaxRenewAge: i64§MaxClockSkew: i64§Reserved: i64