Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_CREDENTIAL
[−]#[repr(C)]pub struct SECPKG_CREDENTIAL {Show 14 fields
pub Version: u64,
pub cbHeaderLength: u16,
pub cbStructureLength: u32,
pub ClientProcess: u32,
pub ClientThread: u32,
pub LogonId: LUID,
pub ClientToken: HANDLE,
pub SessionId: u32,
pub ModifiedId: LUID,
pub fCredentials: u32,
pub Flags: u32,
pub PrincipalName: SECPKG_BYTE_VECTOR,
pub PackageList: SECPKG_BYTE_VECTOR,
pub MarshaledSuppliedCreds: SECPKG_BYTE_VECTOR,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
Version: u64
cbHeaderLength: u16
cbStructureLength: u32
ClientProcess: u32
ClientThread: u32
LogonId: LUID
ClientToken: HANDLE
SessionId: u32
ModifiedId: LUID
fCredentials: u32
Flags: u32
PrincipalName: SECPKG_BYTE_VECTOR
PackageList: SECPKG_BYTE_VECTOR
MarshaledSuppliedCreds: SECPKG_BYTE_VECTOR
Trait Implementations
impl Clone for SECPKG_CREDENTIAL
impl Clone for SECPKG_CREDENTIAL
impl Copy for SECPKG_CREDENTIAL
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_CREDENTIAL
impl Send for SECPKG_CREDENTIAL
impl Sync for SECPKG_CREDENTIAL
impl Unpin for SECPKG_CREDENTIAL
impl UnwindSafe for SECPKG_CREDENTIAL
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