Struct windows_sys::Win32::Security::Cryptography::CRYPT_TIMESTAMP_INFO
[−]#[repr(C)]pub struct CRYPT_TIMESTAMP_INFO {
pub dwVersion: u32,
pub pszTSAPolicyId: PSTR,
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub HashedMessage: CRYPTOAPI_BLOB,
pub SerialNumber: CRYPTOAPI_BLOB,
pub ftTime: FILETIME,
pub pvAccuracy: *mut CRYPT_TIMESTAMP_ACCURACY,
pub fOrdering: BOOL,
pub Nonce: CRYPTOAPI_BLOB,
pub Tsa: CRYPTOAPI_BLOB,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
dwVersion: u32
pszTSAPolicyId: PSTR
HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
HashedMessage: CRYPTOAPI_BLOB
SerialNumber: CRYPTOAPI_BLOB
ftTime: FILETIME
pvAccuracy: *mut CRYPT_TIMESTAMP_ACCURACY
fOrdering: BOOL
Nonce: CRYPTOAPI_BLOB
Tsa: CRYPTOAPI_BLOB
cExtension: u32
rgExtension: *mut CERT_EXTENSION
Trait Implementations
impl Clone for CRYPT_TIMESTAMP_INFO
impl Clone for CRYPT_TIMESTAMP_INFO
impl Copy for CRYPT_TIMESTAMP_INFO
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_TIMESTAMP_INFO
impl !Send for CRYPT_TIMESTAMP_INFO
impl !Sync for CRYPT_TIMESTAMP_INFO
impl Unpin for CRYPT_TIMESTAMP_INFO
impl UnwindSafe for CRYPT_TIMESTAMP_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more