Struct windows_sys::Win32::Security::Credentials::CREDENTIALA
[−]#[repr(C)]pub struct CREDENTIALA {
pub Flags: CRED_FLAGS,
pub Type: CRED_TYPE,
pub TargetName: PSTR,
pub Comment: PSTR,
pub LastWritten: FILETIME,
pub CredentialBlobSize: u32,
pub CredentialBlob: *mut u8,
pub Persist: CRED_PERSIST,
pub AttributeCount: u32,
pub Attributes: *mut CREDENTIAL_ATTRIBUTEA,
pub TargetAlias: PSTR,
pub UserName: PSTR,
}Expand description
Required features: ‘Win32_Security_Credentials’, ‘Win32_Foundation’
Fields
Flags: CRED_FLAGSType: CRED_TYPETargetName: PSTRComment: PSTRLastWritten: FILETIMECredentialBlobSize: u32CredentialBlob: *mut u8Persist: CRED_PERSISTAttributeCount: u32Attributes: *mut CREDENTIAL_ATTRIBUTEATargetAlias: PSTRUserName: PSTR