#[repr(C)]pub struct ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION {Show 26 fields
pub CurrentAdminFailures: u8,
pub CurrentUserFailures: u8,
pub TotalUserAuthenticationCount: u32,
pub TotalAdminAuthenticationCount: u32,
pub FipsCompliant: BOOL,
pub SecurityIDAvailable: BOOL,
pub InitializeInProgress: BOOL,
pub ITMSArmed: BOOL,
pub ITMSArmable: BOOL,
pub UserCreated: BOOL,
pub ResetOnPORDefault: BOOL,
pub ResetOnPORCurrent: BOOL,
pub MaxAdminFailures: u8,
pub MaxUserFailures: u8,
pub TimeToCompleteInitialization: u32,
pub TimeRemainingToCompleteInitialization: u32,
pub MinTimeToAuthenticate: u32,
pub MaxAdminPasswordSize: u8,
pub MinAdminPasswordSize: u8,
pub MaxAdminHintSize: u8,
pub MaxUserPasswordSize: u8,
pub MinUserPasswordSize: u8,
pub MaxUserHintSize: u8,
pub MaxUserNameSize: u8,
pub MaxSiloNameSize: u8,
pub MaxChallengeSize: u16,
}
Expand description
Required features: "Win32_Storage_EnhancedStorage"
, "Win32_Foundation"
Fields
CurrentAdminFailures: u8
CurrentUserFailures: u8
TotalUserAuthenticationCount: u32
TotalAdminAuthenticationCount: u32
FipsCompliant: BOOL
SecurityIDAvailable: BOOL
InitializeInProgress: BOOL
ITMSArmed: BOOL
ITMSArmable: BOOL
UserCreated: BOOL
ResetOnPORDefault: BOOL
ResetOnPORCurrent: BOOL
MaxAdminFailures: u8
MaxUserFailures: u8
TimeToCompleteInitialization: u32
TimeRemainingToCompleteInitialization: u32
MinTimeToAuthenticate: u32
MaxAdminPasswordSize: u8
MinAdminPasswordSize: u8
MaxAdminHintSize: u8
MaxUserPasswordSize: u8
MinUserPasswordSize: u8
MaxUserHintSize: u8
MaxUserNameSize: u8
MaxSiloNameSize: u8
MaxChallengeSize: u16
Trait Implementations
impl Copy for ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION
impl Send for ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION
impl Sync for ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION
impl Unpin for ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION
impl UnwindSafe for ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION
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