#[repr(C)]pub struct SSL_CREDENTIAL_CERTIFICATE {
pub cbPrivateKey: u32,
pub pPrivateKey: *mut u8,
pub cbCertificate: u32,
pub pCertificate: *mut u8,
pub pszPassword: PSTR,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cbPrivateKey: u32
pPrivateKey: *mut u8
cbCertificate: u32
pCertificate: *mut u8
pszPassword: PSTR
Trait Implementations
impl Clone for SSL_CREDENTIAL_CERTIFICATE
impl Clone for SSL_CREDENTIAL_CERTIFICATE
impl Copy for SSL_CREDENTIAL_CERTIFICATE
Auto Trait Implementations
impl RefUnwindSafe for SSL_CREDENTIAL_CERTIFICATE
impl !Send for SSL_CREDENTIAL_CERTIFICATE
impl !Sync for SSL_CREDENTIAL_CERTIFICATE
impl Unpin for SSL_CREDENTIAL_CERTIFICATE
impl UnwindSafe for SSL_CREDENTIAL_CERTIFICATE
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