Struct windows_sys::Win32::Security::Cryptography::GENERIC_XML_TOKEN
#[repr(C, packed(1))]pub struct GENERIC_XML_TOKEN {
pub createDate: FILETIME,
pub expiryDate: FILETIME,
pub xmlToken: PWSTR,
pub internalTokenReference: PWSTR,
pub externalTokenReference: PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields§
§createDate: FILETIME
§expiryDate: FILETIME
§xmlToken: PWSTR
§internalTokenReference: PWSTR
§externalTokenReference: PWSTR