Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgContext_RemoteCredentialInfo
[−]#[repr(C)]pub struct SecPkgContext_RemoteCredentialInfo {
pub cbCertificateChain: u32,
pub pbCertificateChain: *mut u8,
pub cCertificates: u32,
pub fFlags: u32,
pub dwBits: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cbCertificateChain: u32
pbCertificateChain: *mut u8
cCertificates: u32
fFlags: u32
dwBits: u32
Trait Implementations
impl Clone for SecPkgContext_RemoteCredentialInfo
impl Clone for SecPkgContext_RemoteCredentialInfo
impl Copy for SecPkgContext_RemoteCredentialInfo
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_RemoteCredentialInfo
impl !Send for SecPkgContext_RemoteCredentialInfo
impl !Sync for SecPkgContext_RemoteCredentialInfo
impl Unpin for SecPkgContext_RemoteCredentialInfo
impl UnwindSafe for SecPkgContext_RemoteCredentialInfo
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