#[repr(C)]pub struct SCHANNEL_CLIENT_SIGNATURE {
pub cbLength: u32,
pub aiHash: u32,
pub cbHash: u32,
pub HashValue: [u8; 36],
pub CertThumbprint: [u8; 20],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cbLength: u32
aiHash: u32
cbHash: u32
HashValue: [u8; 36]
CertThumbprint: [u8; 20]
Trait Implementations
impl Clone for SCHANNEL_CLIENT_SIGNATURE
impl Clone for SCHANNEL_CLIENT_SIGNATURE
impl Copy for SCHANNEL_CLIENT_SIGNATURE
Auto Trait Implementations
impl RefUnwindSafe for SCHANNEL_CLIENT_SIGNATURE
impl Send for SCHANNEL_CLIENT_SIGNATURE
impl Sync for SCHANNEL_CLIENT_SIGNATURE
impl Unpin for SCHANNEL_CLIENT_SIGNATURE
impl UnwindSafe for SCHANNEL_CLIENT_SIGNATURE
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