#[repr(C)]pub struct CRYPT_TIME_STAMP_REQUEST_INFO {
pub pszTimeStampAlgorithm: PSTR,
pub pszContentType: PSTR,
pub Content: CRYPT_INTEGER_BLOB,
pub cAttribute: u32,
pub rgAttribute: *mut CRYPT_ATTRIBUTE,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§pszTimeStampAlgorithm: PSTR
§pszContentType: PSTR
§Content: CRYPT_INTEGER_BLOB
§cAttribute: u32
§rgAttribute: *mut CRYPT_ATTRIBUTE