#[repr(C)]pub struct NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO {
pub dwVersion: u32,
pub iExpiration: i32,
pub pabNonce: [u8; 32],
pub pabPolicyRef: [u8; 32],
pub pabHMAC: [u8; 32],
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwVersion: u32
iExpiration: i32
pabNonce: [u8; 32]
pabPolicyRef: [u8; 32]
pabHMAC: [u8; 32]
Trait Implementations
impl Clone for NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Clone for NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Copy for NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Send for NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Sync for NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl Unpin for NCRYPT_PCP_HMAC_AUTH_SIGNATURE_INFO
impl UnwindSafe for NCRYPT_PCP_HMAC_AUTH_SIGNATURE_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