#[repr(C)]pub struct CRYPT_TIMESTAMP_REQUEST {
pub dwVersion: CRYPT_TIMESTAMP_VERSION,
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub HashedMessage: CRYPTOAPI_BLOB,
pub pszTSAPolicyId: PSTR,
pub Nonce: CRYPTOAPI_BLOB,
pub fCertReq: BOOL,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
dwVersion: CRYPT_TIMESTAMP_VERSION
HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
HashedMessage: CRYPTOAPI_BLOB
pszTSAPolicyId: PSTR
Nonce: CRYPTOAPI_BLOB
fCertReq: BOOL
cExtension: u32
rgExtension: *mut CERT_EXTENSION
Trait Implementations
impl Clone for CRYPT_TIMESTAMP_REQUEST
impl Clone for CRYPT_TIMESTAMP_REQUEST
impl Copy for CRYPT_TIMESTAMP_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_TIMESTAMP_REQUEST
impl !Send for CRYPT_TIMESTAMP_REQUEST
impl !Sync for CRYPT_TIMESTAMP_REQUEST
impl Unpin for CRYPT_TIMESTAMP_REQUEST
impl UnwindSafe for CRYPT_TIMESTAMP_REQUEST
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