#[repr(C)]pub struct SecPkgContext_KeyInfoA {
pub sSignatureAlgorithmName: *mut i8,
pub sEncryptAlgorithmName: *mut i8,
pub KeySize: u32,
pub SignatureAlgorithm: u32,
pub EncryptAlgorithm: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
sSignatureAlgorithmName: *mut i8
sEncryptAlgorithmName: *mut i8
KeySize: u32
SignatureAlgorithm: u32
EncryptAlgorithm: u32
Trait Implementations
impl Clone for SecPkgContext_KeyInfoA
impl Clone for SecPkgContext_KeyInfoA
impl Copy for SecPkgContext_KeyInfoA
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_KeyInfoA
impl !Send for SecPkgContext_KeyInfoA
impl !Sync for SecPkgContext_KeyInfoA
impl Unpin for SecPkgContext_KeyInfoA
impl UnwindSafe for SecPkgContext_KeyInfoA
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