Struct windows_sys::Win32::Security::Cryptography::CRYPT_TIMESTAMP_PARA
#[repr(C)]pub struct CRYPT_TIMESTAMP_PARA {
pub pszTSAPolicyId: PCSTR,
pub fRequestCerts: BOOL,
pub Nonce: CRYPT_INTEGER_BLOB,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields§
§pszTSAPolicyId: PCSTR
§fRequestCerts: BOOL
§Nonce: CRYPT_INTEGER_BLOB
§cExtension: u32
§rgExtension: *mut CERT_EXTENSION