Struct windows_sys::Security::Authentication::Identity::Provider::SecondaryAuthenticationFactorDeviceCapabilities
[−]#[repr(transparent)]pub struct SecondaryAuthenticationFactorDeviceCapabilities(pub u32);
Expand description
Required features: "Security_Authentication_Identity_Provider"
, "deprecated"
Tuple Fields
0: u32
Implementations
impl SecondaryAuthenticationFactorDeviceCapabilities
impl SecondaryAuthenticationFactorDeviceCapabilities
pub const None: Self = Self(0u32)
pub const SecureStorage: Self = Self(1u32)
pub const StoreKeys: Self = Self(2u32)
pub const ConfirmUserIntentToAuthenticate: Self = Self(4u32)
pub const SupportSecureUserPresenceCheck: Self = Self(8u32)
pub const TransmittedDataIsEncrypted: Self = Self(16u32)
pub const HMacSha256: Self = Self(32u32)
pub const CloseRangeDataTransmission: Self = Self(64u32)
Trait Implementations
impl Copy for SecondaryAuthenticationFactorDeviceCapabilities
Auto Trait Implementations
impl RefUnwindSafe for SecondaryAuthenticationFactorDeviceCapabilities
impl Send for SecondaryAuthenticationFactorDeviceCapabilities
impl Sync for SecondaryAuthenticationFactorDeviceCapabilities
impl Unpin for SecondaryAuthenticationFactorDeviceCapabilities
impl UnwindSafe for SecondaryAuthenticationFactorDeviceCapabilities
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